diff options
author | Ramesh Ravone <ramesh.maran443@gmail.com> | 2017-04-10 03:05:34 +0530 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-04-09 23:35:34 +0200 |
commit | 93b417fe17dd92e8fe22c3c4b72347d948ca128e (patch) | |
tree | c123da2d56d0bbf36de7e567a851156eb016d036 /platform/android/build.gradle.template | |
parent | fccf2816d4b7561ad84a60398487a042e4ea905b (diff) |
Android: Support to change minSdkVersion (#8313)
Diffstat (limited to 'platform/android/build.gradle.template')
-rw-r--r-- | platform/android/build.gradle.template | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index ec5bbb6630..8dfb006c00 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -39,8 +39,6 @@ android { exclude 'META-INF/NOTICE' } defaultConfig { - minSdkVersion 14 - targetSdkVersion 23 $$GRADLE_DEFAULT_CONFIG$$ } // Both signing and zip-aligning will be done at export time |