Commit 40bfe84
Changed files (1)
android
app
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"
}