Skip to content

Commit f50cd26

Browse files
committed
Bump version to 1.4.1
1 parent c91bd1f commit f50cd26

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ And this to your module build.gradle:
1818

1919
```groovy
2020
dependencies {
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
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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.10-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-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 22
14-
versionName "1.4.0"
13+
versionCode 23
14+
versionName "1.4.1"
1515
}
1616
}
1717

0 commit comments

Comments
 (0)