We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b1b0e commit 807abbaCopy full SHA for 807abba
2 files changed
README.md
@@ -18,7 +18,7 @@ And this to your module build.gradle:
18
19
```groovy
20
dependencies {
21
- compile('com.github.proxer:ProxerLibAndroid:1.3.0@aar') {
+ compile('com.github.proxer:ProxerLibAndroid:1.4.0@aar') {
22
transitive = true
23
}
24
library/build.gradle
@@ -10,8 +10,8 @@ android {
10
defaultConfig {
11
minSdkVersion 15
12
targetSdkVersion 23
13
- versionCode 21
14
- versionName "1.3.0"
+ versionCode 22
+ versionName "1.4.0"
15
16
17
0 commit comments