Skip to content

Commit

Permalink
Bump Android app version to 0.1.7 before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamrik committed Feb 27, 2017
1 parent 7ca4b10 commit f9d4c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/WALT/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ model {
applicationId "org.chromium.latency.walt"
minSdkVersion.apiLevel 17
targetSdkVersion.apiLevel 23
versionCode 7
versionName "0.1.6"
versionCode 8
versionName "0.1.7"
}
ndk {
moduleName "sync_clock_jni"
Expand Down

0 comments on commit f9d4c17

Please sign in to comment.