Skip to content

Commit

Permalink
config: add releaseDebuggable build flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Apr 16, 2022
1 parent bd018e4 commit ddeb596
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ android {

buildTypes {
release {
//debuggable true
//minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
releaseDebuggable {
debuggable true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}

buildFeatures {
Expand Down

0 comments on commit ddeb596

Please sign in to comment.