diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-24 15:55:04 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-24 15:55:04 -0700 |
| commit | 84311d789380ff3e34b85b09704d2e208ab0e6f1 (patch) | |
| tree | 15975362a3a9ab652f3e113becc67f4add0b5427 | |
| parent | 64d2f004a49ef340e921edc2dd6c04abda83c339 (diff) | |
bump version.
| -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 10dbaf2..ba3ee40 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 7 - versionName "1.6" + versionCode 8 + versionName "1.7" ndk { abiFilters "armeabi-v7a", "x86" } |
