Skip to content

Commit

Permalink
Switch usages android build tools from 23.0.1 to 28.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Bogdanov committed Apr 14, 2020
1 parent b0e72f9 commit 9d68db1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion dependencies/android-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ unzipSdkTask("platform", "26_r02", "platforms/android-26", "", androidPlatform,
unzipSdkTask("android_m2repository", "r44", "extras/android", "")
unzipSdkTask("platform-tools", "r28.0.1", "", toolsOsDarwin)
unzipSdkTask("sdk-tools-$toolsOsDarwin", "4333796"/*26.1.1*/, "", "")
unzipSdkTask("build-tools", "r23.0.1", "build-tools/23.0.1", toolsOs, buildTools, 1)
unzipSdkTask("build-tools", "r28.0.3", "build-tools/28.0.3", toolsOs, buildTools, 1)
unzipSdkTask("emulator-$toolsOsDarwin", "5264690", "", "", prepareTask = prepareEmulator)
unzipSdkTask("armeabi-v7a", "19", "system-images/android-19/default","r05", prepareTask = prepareEmulator)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "23.0.1"
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}

ext {
androidBuildToolsVersion = '23.0.1'
androidBuildToolsVersion = '28.0.3'
}

allprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 26
buildToolsVersion "23.0.1"
buildToolsVersion "28.0.3"

defaultConfig {
minSdkVersion 11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sourceSets {

android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
buildToolsVersion "28.0.3"
defaultConfig {
applicationId "org.jetbrains.kotlin"
minSdkVersion 18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ project('app') {

android {
compileSdkVersion 26
buildToolsVersion "23.0.1"
buildToolsVersion "28.0.3"
defaultConfig {
applicationId "org.jetbrains.kotlin"
minSdkVersion 18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceSets {

android {
compileSdkVersion 26
buildToolsVersion "23.0.1"
buildToolsVersion "28.0.3"
defaultConfig {
applicationId "org.jetbrains.kotlin"
minSdkVersion 18
Expand Down

0 comments on commit 9d68db1

Please sign in to comment.