diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-24 10:12:27 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-24 10:12:27 -0700 |
| commit | 94302563195eb57498e7697b681e2da1f8b0b58f (patch) | |
| tree | 9d4e75e9a2eb8d2b751ddcf1f999aa7ff7b5975a /android | |
| parent | 1aae98bdde60635a6317b8e0d0805e91b2eccc94 (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 28cc3ee..44d9f9a 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 4 - versionName "1.3" + versionCode 5 + versionName "1.4" ndk { abiFilters "armeabi-v7a", "x86" } |
