Updated on 2026-08-14
This commit is contained in:
parent
15f752241c
commit
a813019a6c
1 changed files with 7 additions and 4 deletions
|
|
@ -15,15 +15,18 @@ android {
|
|||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
debuggable true
|
||||
minifyEnabled false
|
||||
}
|
||||
release {
|
||||
debuggable false
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
debuggable true
|
||||
minifyEnabled false
|
||||
}
|
||||
debug_beta {
|
||||
initWith release
|
||||
}
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_1_8.toString()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue