diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-24 15:22:27 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-24 15:22:27 -0700 |
| commit | e8f0843061daf56500bb76eb02237626834dd3b9 (patch) | |
| tree | 9c53e5f0aef40c01a2b5ae04b993cef184dcc738 /android | |
| parent | c3b238f99b3cd530562b29d5c602242551a0a1b7 (diff) | |
bump version.
Diffstat (limited to 'android')
| -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 99d397d..10dbaf2 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 6 - versionName "1.5" + versionCode 7 + versionName "1.6" ndk { abiFilters "armeabi-v7a", "x86" } |
