mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Removed buildToolsVersion param
commit_hash:d8fbc54c74fea4745113e0aae93a525e9acc7ad2
This commit is contained in:
@@ -42,7 +42,6 @@ ext {
|
||||
minSdkVersion = 21
|
||||
compileSdkVersion = 36
|
||||
targetSdkVersion = 36
|
||||
buildToolsVersion = "35.0.0"
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
||||
@@ -2,7 +2,6 @@ apply plugin: "kotlin-android"
|
||||
apply plugin: "kotlin-allopen"
|
||||
|
||||
android {
|
||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||
|
||||
compileOptions {
|
||||
|
||||
@@ -7,7 +7,6 @@ android {
|
||||
namespace = 'com.yandex.divkit.perftests'
|
||||
|
||||
compileSdkVersion = rootProject.ext.compileSdkVersion
|
||||
buildToolsVersion = rootProject.ext.buildToolsVersion
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
||||
@@ -11,7 +11,6 @@ android {
|
||||
}
|
||||
|
||||
compileSdk = rootProject.ext["compileSdkVersion"] as Int
|
||||
buildToolsVersion = rootProject.ext["buildToolsVersion"] as String
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
Reference in New Issue
Block a user