File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ And this to your module build.gradle:
1818
1919``` groovy
2020dependencies {
21- compile('com.github.proxer:ProxerLibAndroid:1.4.0 @aar') {
21+ compile('com.github.proxer:ProxerLibAndroid:1.4.1 @aar') {
2222 transitive = true
2323 }
2424}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10-bin .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.10-all .zip
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 defaultConfig {
1111 minSdkVersion 15
1212 targetSdkVersion 23
13- versionCode 22
14- versionName " 1.4.0 "
13+ versionCode 23
14+ versionName " 1.4.1 "
1515 }
1616}
1717
You can’t perform that action at this time.
0 commit comments