Updated on 2026-08-14

This commit is contained in:
Tangem 2022-04-14 19:35:27 +03:00
commit 27f05207a3

View file

@ -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()