Skip to content

Commit

Permalink
Bump Version to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 18, 2015
1 parent 8cbc3fd commit 2050f7d
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.4@aar') {
compile('com.github.proxer:ProxerLibAndroid:1.2.5@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 16
versionName "1.2.4"
versionCode 17
versionName "1.2.5"
}
buildTypes {
release {
Expand Down

0 comments on commit 2050f7d

Please sign in to comment.