summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2016-12-24 14:36:37 -0700
committermo khan <mo@mokhan.ca>2016-12-24 14:36:37 -0700
commit74b2da462bc219e16caf15e6bcf43a962cc070f2 (patch)
tree263076e197ed249f0befb85738582531219cf358 /android
parent8bbf32385078afc5c412c71ca658c238cb63398a (diff)
bump version.
Diffstat (limited to 'android')
-rw-r--r--android/app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index cca687f..99d397d 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -90,8 +90,8 @@ android {
applicationId "com.stronglifters.app"
minSdkVersion 16
targetSdkVersion 23
- versionCode 5
- versionName "1.4"
+ versionCode 6
+ versionName "1.5"
ndk {
abiFilters "armeabi-v7a", "x86"
}