diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-24 14:36:37 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-24 14:36:37 -0700 |
| commit | 74b2da462bc219e16caf15e6bcf43a962cc070f2 (patch) | |
| tree | 263076e197ed249f0befb85738582531219cf358 /android/app | |
| parent | 8bbf32385078afc5c412c71ca658c238cb63398a (diff) | |
bump version.
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle | 4 |
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" } |
