diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-25 09:37:33 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-25 09:37:33 -0700 |
| commit | 922645d121ffc42c81e53dc194c2acb78484070e (patch) | |
| tree | 107f2ce34534c49c235c65aaa42ab4c14acb0e87 /android | |
| parent | 84311d789380ff3e34b85b09704d2e208ab0e6f1 (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 ba3ee40..cc9729c 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 8 - versionName "1.7" + versionCode 9 + versionName "1.8" ndk { abiFilters "armeabi-v7a", "x86" } |
