Skip to content

Commit 87c41e5

Browse files
committed
feat: bump android kotlin and build tools versions
1 parent 98417da commit 87c41e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
3-
kotlinVersion = '1.3.10'
4-
buildToolsVersion = '29.0.0'
3+
kotlinVersion = '1.3.41'
4+
buildToolsVersion = '29.0.2'
55
compileSdkVersion = 29
66
targetSdkVersion = 29
77
minSdkVersion = 18
@@ -13,7 +13,7 @@ buildscript {
1313
google()
1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:3.5.2'
16+
classpath 'com.android.tools.build:gradle:3.5.3'
1717
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1818
}
1919
}
@@ -22,9 +22,9 @@ apply plugin: 'com.android.library'
2222
apply plugin: 'kotlin-android'
2323
apply plugin: 'kotlin-android-extensions'
2424

25-
def DEFAULT_COMPILE_SDK_VERSION = 27
26-
def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
27-
def DEFAULT_TARGET_SDK_VERSION = 27
25+
def DEFAULT_COMPILE_SDK_VERSION = 28
26+
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3"
27+
def DEFAULT_TARGET_SDK_VERSION = 28
2828

2929
android {
3030
compileSdkVersion project.hasProperty('compileSdkVersion') ? project.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION

0 commit comments

Comments
 (0)