File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616
1717``` groovy
1818dependencies {
19- compile('com.github.proxer:ProxerLibAndroid:1.2.5 @aar') {
19+ compile('com.github.proxer:ProxerLibAndroid:1.2.6 @aar') {
2020 transitive = true
2121 }
2222}
Original file line number Diff line number Diff line change 1- # Tue Nov 24 22:16:28 CET 2015
1+ # Tue Nov 24 22:20:05 CET 2015
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.9-bin .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.9-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 17
14- versionName " 1.2.5 "
13+ versionCode 18
14+ versionName " 1.2.6 "
1515 }
1616 buildTypes {
1717 release {
You can’t perform that action at this time.
0 commit comments