From 5a576283e7d41ddcd0895b0fc3c4c30b343547ea Mon Sep 17 00:00:00 2001 From: Vasil Trifonov Date: Tue, 19 Mar 2019 12:11:42 +0200 Subject: [PATCH] chore: move minSdk from manifest to the gradle --- .../App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 3 ++- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/app.gradle | 19 ++++++++++--------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 3 ++- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- .../app/App_Resources/Android/app.gradle | 17 +++++++++-------- .../Android/src/main/AndroidManifest.xml | 4 ---- 50 files changed, 212 insertions(+), 287 deletions(-) diff --git a/packages/template-blank-ng/App_Resources/Android/app.gradle b/packages/template-blank-ng/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-blank-ng/App_Resources/Android/app.gradle +++ b/packages/template-blank-ng/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-blank-ng/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-blank-ng/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-blank-ng/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-blank-ng/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-blank-ts/app/App_Resources/Android/app.gradle b/packages/template-blank-ts/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-blank-ts/app/App_Resources/Android/app.gradle +++ b/packages/template-blank-ts/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-blank-ts/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-blank-ts/app/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-blank-ts/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-blank-ts/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-blank-vue/app/App_Resources/Android/AndroidManifest.xml b/packages/template-blank-vue/app/App_Resources/Android/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-blank-vue/app/App_Resources/Android/AndroidManifest.xml +++ b/packages/template-blank-vue/app/App_Resources/Android/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-blank-vue/app/App_Resources/Android/app.gradle b/packages/template-blank-vue/app/App_Resources/Android/app.gradle index 085f8d0e3..bb4842141 100644 --- a/packages/template-blank-vue/app/App_Resources/Android/app.gradle +++ b/packages/template-blank-vue/app/App_Resources/Android/app.gradle @@ -5,12 +5,13 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there android { defaultConfig { + minSdkVersion 17 generatedDensities = [] } aaptOptions { diff --git a/packages/template-blank/app/App_Resources/Android/app.gradle b/packages/template-blank/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-blank/app/App_Resources/Android/app.gradle +++ b/packages/template-blank/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-blank/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-blank/app/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-blank/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-blank/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-drawer-navigation-ng/App_Resources/Android/app.gradle b/packages/template-drawer-navigation-ng/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-drawer-navigation-ng/App_Resources/Android/app.gradle +++ b/packages/template-drawer-navigation-ng/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-drawer-navigation-ng/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-drawer-navigation-ng/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-drawer-navigation-ng/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-drawer-navigation-ng/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-drawer-navigation-ts/app/App_Resources/Android/app.gradle b/packages/template-drawer-navigation-ts/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-drawer-navigation-ts/app/App_Resources/Android/app.gradle +++ b/packages/template-drawer-navigation-ts/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-drawer-navigation-ts/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-drawer-navigation-ts/app/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-drawer-navigation-ts/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-drawer-navigation-ts/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-drawer-navigation/app/App_Resources/Android/app.gradle b/packages/template-drawer-navigation/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-drawer-navigation/app/App_Resources/Android/app.gradle +++ b/packages/template-drawer-navigation/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-drawer-navigation/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-drawer-navigation/app/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-drawer-navigation/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-drawer-navigation/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-enterprise-auth-ng/App_Resources/Android/app.gradle b/packages/template-enterprise-auth-ng/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-enterprise-auth-ng/App_Resources/Android/app.gradle +++ b/packages/template-enterprise-auth-ng/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-enterprise-auth-ng/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-enterprise-auth-ng/App_Resources/Android/src/main/AndroidManifest.xml index 4d997da61..861bf4603 100644 --- a/packages/template-enterprise-auth-ng/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-enterprise-auth-ng/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-enterprise-auth-ts/app/App_Resources/Android/app.gradle b/packages/template-enterprise-auth-ts/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-enterprise-auth-ts/app/App_Resources/Android/app.gradle +++ b/packages/template-enterprise-auth-ts/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-enterprise-auth-ts/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-enterprise-auth-ts/app/App_Resources/Android/src/main/AndroidManifest.xml index 4d997da61..861bf4603 100644 --- a/packages/template-enterprise-auth-ts/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-enterprise-auth-ts/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-enterprise-auth/app/App_Resources/Android/app.gradle b/packages/template-enterprise-auth/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-enterprise-auth/app/App_Resources/Android/app.gradle +++ b/packages/template-enterprise-auth/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-enterprise-auth/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-enterprise-auth/app/App_Resources/Android/src/main/AndroidManifest.xml index 4d997da61..861bf4603 100644 --- a/packages/template-enterprise-auth/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-enterprise-auth/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-health-survey-ng/App_Resources/Android/app.gradle b/packages/template-health-survey-ng/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-health-survey-ng/App_Resources/Android/app.gradle +++ b/packages/template-health-survey-ng/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-health-survey-ng/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-health-survey-ng/App_Resources/Android/src/main/AndroidManifest.xml index 8a39c704e..1bd256dd9 100644 --- a/packages/template-health-survey-ng/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-health-survey-ng/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-hello-world-ng/App_Resources/Android/app.gradle b/packages/template-hello-world-ng/App_Resources/Android/app.gradle index d71702c4a..bb4842141 100644 --- a/packages/template-hello-world-ng/App_Resources/Android/app.gradle +++ b/packages/template-hello-world-ng/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there - -android { - defaultConfig { + +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-hello-world-ng/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-hello-world-ng/App_Resources/Android/src/main/AndroidManifest.xml index e0109f52e..1bd6826c3 100644 --- a/packages/template-hello-world-ng/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-hello-world-ng/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-hello-world-ts/app/App_Resources/Android/app.gradle b/packages/template-hello-world-ts/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-hello-world-ts/app/App_Resources/Android/app.gradle +++ b/packages/template-hello-world-ts/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-hello-world-ts/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-hello-world-ts/app/App_Resources/Android/src/main/AndroidManifest.xml index e0109f52e..1bd6826c3 100644 --- a/packages/template-hello-world-ts/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-hello-world-ts/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-hello-world/app/App_Resources/Android/app.gradle b/packages/template-hello-world/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-hello-world/app/App_Resources/Android/app.gradle +++ b/packages/template-hello-world/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-hello-world/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-hello-world/app/App_Resources/Android/src/main/AndroidManifest.xml index e0109f52e..1bd6826c3 100644 --- a/packages/template-hello-world/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-hello-world/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-master-detail-kinvey-ng/App_Resources/Android/app.gradle b/packages/template-master-detail-kinvey-ng/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-master-detail-kinvey-ng/App_Resources/Android/app.gradle +++ b/packages/template-master-detail-kinvey-ng/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-master-detail-kinvey-ng/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-master-detail-kinvey-ng/App_Resources/Android/src/main/AndroidManifest.xml index 8a39c704e..1bd256dd9 100644 --- a/packages/template-master-detail-kinvey-ng/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-master-detail-kinvey-ng/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-master-detail-kinvey-ts/app/App_Resources/Android/app.gradle b/packages/template-master-detail-kinvey-ts/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-master-detail-kinvey-ts/app/App_Resources/Android/app.gradle +++ b/packages/template-master-detail-kinvey-ts/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-master-detail-kinvey-ts/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-master-detail-kinvey-ts/app/App_Resources/Android/src/main/AndroidManifest.xml index 8a39c704e..1bd256dd9 100644 --- a/packages/template-master-detail-kinvey-ts/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-master-detail-kinvey-ts/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-master-detail-kinvey/app/App_Resources/Android/app.gradle b/packages/template-master-detail-kinvey/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-master-detail-kinvey/app/App_Resources/Android/app.gradle +++ b/packages/template-master-detail-kinvey/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-master-detail-kinvey/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-master-detail-kinvey/app/App_Resources/Android/src/main/AndroidManifest.xml index 8a39c704e..1bd256dd9 100644 --- a/packages/template-master-detail-kinvey/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-master-detail-kinvey/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-master-detail-ng/App_Resources/Android/app.gradle b/packages/template-master-detail-ng/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-master-detail-ng/App_Resources/Android/app.gradle +++ b/packages/template-master-detail-ng/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-master-detail-ng/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-master-detail-ng/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-master-detail-ng/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-master-detail-ng/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-master-detail-ts/app/App_Resources/Android/app.gradle b/packages/template-master-detail-ts/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-master-detail-ts/app/App_Resources/Android/app.gradle +++ b/packages/template-master-detail-ts/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-master-detail-ts/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-master-detail-ts/app/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-master-detail-ts/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-master-detail-ts/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-master-detail-vue/app/App_Resources/Android/AndroidManifest.xml b/packages/template-master-detail-vue/app/App_Resources/Android/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-master-detail-vue/app/App_Resources/Android/AndroidManifest.xml +++ b/packages/template-master-detail-vue/app/App_Resources/Android/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-master-detail-vue/app/App_Resources/Android/app.gradle b/packages/template-master-detail-vue/app/App_Resources/Android/app.gradle index 085f8d0e3..bb4842141 100644 --- a/packages/template-master-detail-vue/app/App_Resources/Android/app.gradle +++ b/packages/template-master-detail-vue/app/App_Resources/Android/app.gradle @@ -5,12 +5,13 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there android { defaultConfig { + minSdkVersion 17 generatedDensities = [] } aaptOptions { diff --git a/packages/template-master-detail/app/App_Resources/Android/app.gradle b/packages/template-master-detail/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-master-detail/app/App_Resources/Android/app.gradle +++ b/packages/template-master-detail/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-master-detail/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-master-detail/app/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-master-detail/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-master-detail/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-patient-care-ng/App_Resources/Android/app.gradle b/packages/template-patient-care-ng/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-patient-care-ng/App_Resources/Android/app.gradle +++ b/packages/template-patient-care-ng/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-patient-care-ng/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-patient-care-ng/App_Resources/Android/src/main/AndroidManifest.xml index 282063422..cf5f373ca 100644 --- a/packages/template-patient-care-ng/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-patient-care-ng/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-tab-navigation-ng/App_Resources/Android/app.gradle b/packages/template-tab-navigation-ng/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-tab-navigation-ng/App_Resources/Android/app.gradle +++ b/packages/template-tab-navigation-ng/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-tab-navigation-ng/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-tab-navigation-ng/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-tab-navigation-ng/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-tab-navigation-ng/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-tab-navigation-ts/app/App_Resources/Android/app.gradle b/packages/template-tab-navigation-ts/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-tab-navigation-ts/app/App_Resources/Android/app.gradle +++ b/packages/template-tab-navigation-ts/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-tab-navigation-ts/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-tab-navigation-ts/app/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-tab-navigation-ts/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-tab-navigation-ts/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - - diff --git a/packages/template-tab-navigation/app/App_Resources/Android/app.gradle b/packages/template-tab-navigation/app/App_Resources/Android/app.gradle index 68ed2f86e..bb4842141 100644 --- a/packages/template-tab-navigation/app/App_Resources/Android/app.gradle +++ b/packages/template-tab-navigation/app/App_Resources/Android/app.gradle @@ -5,15 +5,16 @@ // implementation 'com.android.support:recyclerview-v7:+' //} -// If you want to add something to be applied before applying plugins' include.gradle files +// If you want to add something to be applied before applying plugins' include.gradle files // e.g. project.ext.googlePlayServicesVersion = "15.0.1" // create a file named before-plugins.gradle in the current directory and place it there -android { - defaultConfig { +android { + defaultConfig { + minSdkVersion 17 generatedDensities = [] - } - aaptOptions { - additionalParameters "--no-version-vectors" - } -} + } + aaptOptions { + additionalParameters "--no-version-vectors" + } +} diff --git a/packages/template-tab-navigation/app/App_Resources/Android/src/main/AndroidManifest.xml b/packages/template-tab-navigation/app/App_Resources/Android/src/main/AndroidManifest.xml index 8e3238a91..1bd256dd9 100644 --- a/packages/template-tab-navigation/app/App_Resources/Android/src/main/AndroidManifest.xml +++ b/packages/template-tab-navigation/app/App_Resources/Android/src/main/AndroidManifest.xml @@ -10,10 +10,6 @@ android:largeScreens="true" android:xlargeScreens="true"/> - -