Skip to content

Commit

Permalink
Lib and app version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nevack committed Feb 16, 2017
1 parent 3ede856 commit efe910d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.nevack.unitconverter"
minSdkVersion 17
targetSdkVersion 25
versionCode 2
versionName "0.9.8"
versionCode 3
versionName "1.0.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ private void loadUnitsFromWeb() {
}
} catch (IOException e) {
e.printStackTrace();
loadUnitsFromFile();
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
}

ext {
supportlibraryversion = '25.1.0'
supportlibraryversion = '25.1.1'
}

task clean(type: Delete) {
Expand Down

0 comments on commit efe910d

Please sign in to comment.