Bug 1849833 - Replace deprecated compileSdkVersion.

This is replaced by defaultConfig compileSdk.
This commit is contained in:
mcarare
2023-09-21 12:19:22 +03:00
committed by mergify[bot]
parent c68e16cd61
commit 06ab2382da
11 changed files with 11 additions and 22 deletions

View File

@@ -6,11 +6,10 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkVersion config.compileSdkVersion
defaultConfig {
applicationId "org.mozilla.samples.toolbar"
minSdkVersion config.minSdkVersion
compileSdk config.compileSdkVersion
targetSdkVersion config.targetSdkVersion
versionCode 1
versionName "1.0"