mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-05 10:45:16 +08:00
Modify merge contents of build.gradle into constant definitions
This commit is contained in:
18
build.gradle
18
build.gradle
@@ -2,10 +2,22 @@ plugins {
|
||||
id 'com.android.application' version '7.4.1' apply false
|
||||
id 'com.android.library' version '7.4.1' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
|
||||
id 'com.google.devtools.ksp' version '1.8.20-1.0.10' apply false
|
||||
}
|
||||
|
||||
ext {
|
||||
appVersionName = "1.2"
|
||||
appVersionCode = 4
|
||||
enableR8 = true
|
||||
android = [
|
||||
compileSdk: 33,
|
||||
minSdk : 24,
|
||||
targetSdk : 33,
|
||||
ndkVersion: '24.0.8215888'
|
||||
]
|
||||
app = [
|
||||
versionName : '1.2',
|
||||
versionCode : 4,
|
||||
signingConfigs: [
|
||||
secretConfigsDirPath : "${projectDir.getAbsolutePath()}/.secret",
|
||||
secretConfigsFileName: "key_store_secret.json"
|
||||
]
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user