Skip to content

Commit 2aa60a1

Browse files
committed
Bum version to 1.2.6
1 parent 1c42c93 commit 2aa60a1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
```groovy
1818
dependencies {
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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Nov 24 22:16:28 CET 2015
1+
#Tue Nov 24 22:20:05 CET 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)