diff options
| author | mo khan <mo@mokhan.ca> | 2017-01-14 12:17:02 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2017-01-14 12:17:02 -0700 |
| commit | 40bfe8491fcbfb18f49846bdabe35e67112a01c8 (patch) | |
| tree | 9acfc776c2c08e8855e7f047e96378f6aea53e7c | |
| parent | 078e589cd88226f1c570b1514780386c476c7111 (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 0ca098b..4f4f9a4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -90,8 +90,8 @@ android { applicationId "com.stronglifters" minSdkVersion 16 targetSdkVersion 22 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" ndk { abiFilters "armeabi-v7a", "x86" } |
