Skip to content

Commit

Permalink
Bump version to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Dec 1, 2015
1 parent 0d737eb commit 03724c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

```groovy
dependencies {
compile('com.github.proxer:ProxerLibAndroid:1.2.6@aar') {
compile('com.github.proxer:ProxerLibAndroid:1.2.7@aar') {
transitive = true
}
}
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 18
versionName "1.2.6"
versionCode 19
versionName "1.2.7"
}
buildTypes {
release {
Expand Down

0 comments on commit 03724c1

Please sign in to comment.