File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- kotlinVersion = ' 1.3.10 '
4
- buildToolsVersion = ' 29.0.0 '
3
+ kotlinVersion = ' 1.3.41 '
4
+ buildToolsVersion = ' 29.0.2 '
5
5
compileSdkVersion = 29
6
6
targetSdkVersion = 29
7
7
minSdkVersion = 18
@@ -13,7 +13,7 @@ buildscript {
13
13
google()
14
14
}
15
15
dependencies {
16
- classpath ' com.android.tools.build:gradle:3.5.2 '
16
+ classpath ' com.android.tools.build:gradle:3.5.3 '
17
17
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
18
18
}
19
19
}
@@ -22,9 +22,9 @@ apply plugin: 'com.android.library'
22
22
apply plugin : ' kotlin-android'
23
23
apply plugin : ' kotlin-android-extensions'
24
24
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
28
28
29
29
android {
30
30
compileSdkVersion project. hasProperty(' compileSdkVersion' ) ? project. compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
You can’t perform that action at this time.
0 commit comments