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