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