Skip to content

Commit 796d5da

Browse files
committed
Bump Version to 1.2.8
1 parent 247c6b6 commit 796d5da

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
@@ -16,7 +16,7 @@ repositories {
1616

1717
```groovy
1818
dependencies {
19-
compile('com.github.proxer:ProxerLibAndroid:1.2.7@aar') {
19+
compile('com.github.proxer:ProxerLibAndroid:1.2.8@aar') {
2020
transitive = true
2121
}
2222
}

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 19
14-
versionName "1.2.7"
13+
versionCode 20
14+
versionName "1.2.8"
1515
}
1616
buildTypes {
1717
release {

0 commit comments

Comments
 (0)