File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3+ google()
34 jcenter()
45 }
56 dependencies {
6- classpath ' com.android.tools.build:gradle:2.3.3 '
7+ classpath ' com.android.tools.build:gradle:3.4.1 '
78 }
89}
910
1011apply plugin : ' com.android.library'
1112
12- def DEFAULT_COMPILE_SDK_VERSION = 27
13- def DEFAULT_BUILD_TOOLS_VERSION = " 27 .0.3"
14- def DEFAULT_TARGET_SDK_VERSION = 27
13+ def DEFAULT_COMPILE_SDK_VERSION = 28
14+ def DEFAULT_BUILD_TOOLS_VERSION = " 28 .0.3"
15+ def DEFAULT_TARGET_SDK_VERSION = 28
1516
1617android {
1718 compileSdkVersion project. hasProperty(' compileSdkVersion' ) ? project. compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
1819 buildToolsVersion project. hasProperty(' buildToolsVersion' ) ? project. buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION
1920
2021 defaultConfig {
21- minSdkVersion 16
22+ minSdkVersion 18
2223 targetSdkVersion project. hasProperty(' targetSdkVersion' ) ? project. targetSdkVersion : DEFAULT_TARGET_SDK_VERSION
2324 versionCode 1
2425 versionName " 1.0"
You can’t perform that action at this time.
0 commit comments