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 11buildscript {
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'
2222apply plugin : ' kotlin-android'
2323apply 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
2929android {
3030 compileSdkVersion project. hasProperty(' compileSdkVersion' ) ? project. compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
You can’t perform that action at this time.
0 commit comments