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