File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ plugins {
2020}
2121
2222android {
23- compileSdkVersion androidCompileSdkVersion
24- buildToolsVersion androidBuildToolsVersion
23+ compileSdk androidCompileSdkVersion
24+ buildToolsVersion = androidBuildToolsVersion
2525
2626 sourceSets {
2727 main. java. srcDirs + = ' src/main/kotlin'
Original file line number Diff line number Diff line change 88}
99
1010android {
11- compileSdkVersion androidCompileSdkVersion
12- buildToolsVersion androidBuildToolsVersion
11+ compileSdk androidCompileSdkVersion
12+ buildToolsVersion = androidBuildToolsVersion
1313
1414 sourceSets {
1515 main. java. srcDirs + = ' src/main/kotlin'
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ plugins {
2020}
2121
2222android {
23- compileSdkVersion androidCompileSdkVersion
24- buildToolsVersion androidBuildToolsVersion
23+ compileSdk androidCompileSdkVersion
24+ buildToolsVersion = androidBuildToolsVersion
2525
2626 sourceSets {
2727 main. java. srcDirs + = ' src/main/kotlin'
You can’t perform that action at this time.
0 commit comments