mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 08:42:02 +01:00
Remove explicit build tools version (#9013)
This commit is contained in:
@@ -2,5 +2,4 @@ object AndroidConfig {
|
||||
const val compileSdk = 30
|
||||
const val minSdk = 21
|
||||
const val targetSdk = 29
|
||||
const val buildTools = "30.0.3"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ apply plugin: 'org.jmailen.kotlinter'
|
||||
|
||||
android {
|
||||
compileSdkVersion AndroidConfig.compileSdk
|
||||
buildToolsVersion AndroidConfig.buildTools
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
|
||||
@@ -4,7 +4,6 @@ plugins {
|
||||
|
||||
android {
|
||||
compileSdkVersion(AndroidConfig.compileSdk)
|
||||
buildToolsVersion(AndroidConfig.buildTools)
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion(AndroidConfig.minSdk)
|
||||
|
||||
@@ -5,7 +5,6 @@ plugins {
|
||||
|
||||
android {
|
||||
compileSdkVersion(AndroidConfig.compileSdk)
|
||||
buildToolsVersion(AndroidConfig.buildTools)
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion(AndroidConfig.minSdk)
|
||||
|
||||
@@ -5,7 +5,6 @@ plugins {
|
||||
|
||||
android {
|
||||
compileSdkVersion(AndroidConfig.compileSdk)
|
||||
buildToolsVersion(AndroidConfig.buildTools)
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion(AndroidConfig.minSdk)
|
||||
|
||||
@@ -8,7 +8,6 @@ plugins {
|
||||
|
||||
android {
|
||||
compileSdkVersion(AndroidConfig.compileSdk)
|
||||
buildToolsVersion(AndroidConfig.buildTools)
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion(29)
|
||||
|
||||
Reference in New Issue
Block a user