Skip to content

Commit

Permalink
Library 1.0.2 (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Feb 3, 2016
1 parent 9922d2c commit bd432e3
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 @@ -24,7 +24,7 @@ repositories {
And add the library to your module **build.gradle**:
```Javascript
dependencies {
compile 'com.github.javiersantos:AppUpdater:1.0.1'
compile 'com.github.javiersantos:AppUpdater:1.0.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
}
buildTypes {
release {
Expand Down

0 comments on commit bd432e3

Please sign in to comment.