diff options
| author | mo khan <mo@mokhan.ca> | 2017-01-14 10:43:25 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2017-01-14 10:43:25 -0700 |
| commit | fb1d3826a5a4571c9179667c98d2db3fef7da294 (patch) | |
| tree | ac848e8a251d8c796667ad3eaf432dd4549040f1 | |
| parent | d71a03f916c99870b3f05b674a1ee8b900b78312 (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 70abcde..3c7b568 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 9 - versionName "1.8" + versionCode 10 + versionName "1.9" ndk { abiFilters "armeabi-v7a", "x86" } |
