Skip to content

Commit

Permalink
Fix in buildTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lime-blur committed May 9, 2024
1 parent bf5f7e4 commit cad4b56
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modelviewevent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ android {
}

buildTypes {
debug {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit cad4b56

Please sign in to comment.