Commit 6d3ffe9

mo khan <mo@mokhan.ca>
2016-12-22 20:20:25
use same min target sdk version as the turbolinks version of the android app.
1 parent ce3b3fa
Changed files (1)
android
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 {