diff options
| author | mo khan <mo@mokhan.ca> | 2016-12-22 13:20:25 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-12-22 13:20:25 -0700 |
| commit | 6d3ffe945c8833b71774003c3642fa1dd54609cc (patch) | |
| tree | e7734d0cf1bf379ddc65a94a55ca229d6da560dd /android | |
| parent | ce3b3facc9947cd977ef752302b6ee2d8bd33c10 (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.gradle | 2 |
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 { |
