Skip to content

Commit 807abba

Browse files
committed
Bump version to 1.4.0
1 parent f9b1b0e commit 807abba

2 files changed

Lines changed: 3 additions & 3 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.3.0@aar') {
21+
compile('com.github.proxer:ProxerLibAndroid:1.4.0@aar') {
2222
transitive = true
2323
}
2424
}

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 21
14-
versionName "1.3.0"
13+
versionCode 22
14+
versionName "1.4.0"
1515
}
1616
}
1717

0 commit comments

Comments
 (0)