Drop buildToolsVersion
If you're using Android plugin for Gradle 3.0.0 or higher, your project automatically uses a default version of the build tools that the plugin specifies Ref: https://developer.android.com/tools/releases/build-tools Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
d5320918dc
commit
64ecd5c061
5 changed files with 0 additions and 5 deletions
|
@ -15,7 +15,6 @@ def gitDescribe = { ->
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 32 // leave at 32 for robolectric tests
|
minSdkVersion 32 // leave at 32 for robolectric tests
|
||||||
|
|
|
@ -20,7 +20,6 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
buildToolsVersion = '33.0.0'
|
|
||||||
compileSdkVersion = 33
|
compileSdkVersion = 33
|
||||||
minSdkVersion = 32
|
minSdkVersion = 32
|
||||||
targetSdkVersion = 33
|
targetSdkVersion = 33
|
||||||
|
|
|
@ -10,7 +10,6 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.calyxos.backup.contacts"
|
applicationId "org.calyxos.backup.contacts"
|
||||||
|
|
|
@ -12,7 +12,6 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "de.grobox.storagebackuptester"
|
applicationId "de.grobox.storagebackuptester"
|
||||||
|
|
|
@ -14,7 +14,6 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
|
|
Loading…
Reference in a new issue