-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ ext { | |
developerEmail = '[email protected]' | ||
|
||
// Library | ||
libraryCode = 4 | ||
libraryVersion = '1.1.2' | ||
libraryDate = " of 2016.11.30" | ||
libraryCode = 5 | ||
libraryVersion = '1.1.3' | ||
libraryDate = " of 2017.03.07" | ||
libraryName = 'FlipView' | ||
libraryDescription = 'Flipping views like GMail & beyond' | ||
|
||
|
@@ -23,8 +23,8 @@ ext { | |
// Support and Build tools version | ||
minSdk = 14 | ||
targetSdk = 25 | ||
buildTools = "25.0.1" | ||
supportLibrary = '25.0.1' | ||
buildTools = "25.0.2" | ||
supportLibrary = '25.2.0' | ||
|
||
// Support Libraries dependencies | ||
supportDependencies = [ | ||
|
@@ -47,7 +47,7 @@ buildscript { | |
jcenter() | ||
} | ||
dependencies { | ||
classpath 'com.android.tools.build:gradle:2.2.2' | ||
classpath 'com.android.tools.build:gradle:2.3.0' | ||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7' | ||
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' | ||
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Fri Oct 28 22:05:45 CEST 2016 | ||
#Tue Mar 07 20:51:57 CET 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip |