diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-22 13:05:07 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-22 13:05:07 -0700 |
| commit | ce3b3facc9947cd977ef752302b6ee2d8bd33c10 (patch) | |
| tree | 61a2506f98a69dc2cb5fdf0488c882ed61fa64ad /android | |
| parent | 219ae18175899b7b4cc5db2748ad7376223ab243 (diff) | |
bump android 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 b53c5e0..b7ca86d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -92,8 +92,8 @@ android { applicationId "com.stronglifters.app" minSdkVersion 16 targetSdkVersion 22 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" ndk { abiFilters "armeabi-v7a", "x86" } |
