Skip to content

Commit

Permalink
Bump version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Feb 16, 2016
1 parent 693feb6 commit d55b04c
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 @@ -18,7 +18,7 @@ And this to your module build.gradle:

```groovy
dependencies {
compile('com.github.proxer:ProxerLibAndroid:1.4.3@aar') {
compile('com.github.proxer:ProxerLibAndroid:1.4.4@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 25
versionName "1.4.3"
versionCode 26
versionName "1.4.4"
}
}

Expand Down

0 comments on commit d55b04c

Please sign in to comment.