gradle: Migrate compileSdkVersion to compileSdk

Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
utzcoz 2023-04-01 11:03:37 +08:00 committed by Jakob Bornecrantz
parent 8a062e9836
commit 08831237f5
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 26
compileSdk 26
buildToolsVersion '28.0.3'
defaultConfig {

View file

@ -8,7 +8,7 @@ plugins {
}
android {
compileSdkVersion project.sharedCompileSdk
compileSdk project.sharedCompileSdk
buildToolsVersion buildToolsVersion
defaultConfig {

View file

@ -10,7 +10,7 @@ plugins {
}
android {
compileSdkVersion project.sharedCompileSdk
compileSdk project.sharedCompileSdk
buildToolsVersion buildToolsVersion

View file

@ -15,7 +15,7 @@ plugins {
android {
compileSdkVersion project.sharedCompileSdk
compileSdk project.sharedCompileSdk
buildToolsVersion buildToolsVersion
defaultConfig {