diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-24 09:44:55 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-24 09:44:55 -0700 |
| commit | 839eb7b812868e0f9df8faaec526421c9300771f (patch) | |
| tree | 3006a04a942aefdfafe2cc8019eae3a1863393a4 /android | |
| parent | 25c8fade5e5321b0c2635135b22193a71fa41de4 (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 e7f5ffb..28cc3ee 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 3 - versionName "1.2" + versionCode 4 + versionName "1.3" ndk { abiFilters "armeabi-v7a", "x86" } |
