summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2016-12-22 13:20:25 -0700
committermo khan <mo@mokhan.ca>2016-12-22 13:20:25 -0700
commit6d3ffe945c8833b71774003c3642fa1dd54609cc (patch)
treee7734d0cf1bf379ddc65a94a55ca229d6da560dd /android
parentce3b3facc9947cd977ef752302b6ee2d8bd33c10 (diff)
use same min target sdk version as the turbolinks version of the android app.
Diffstat (limited to 'android')
-rw-r--r--android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index b7ca86d..a578739 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -91,7 +91,7 @@ android {
defaultConfig {
applicationId "com.stronglifters.app"
minSdkVersion 16
- targetSdkVersion 22
+ targetSdkVersion 23
versionCode 2
versionName "1.1"
ndk {