Skip to content

Commit

Permalink
Disable proguard for the library module. Was enabled by accident when…
Browse files Browse the repository at this point in the history
… moving to Kotlin DSL
  • Loading branch information
Sergey-Makarov committed Aug 17, 2023
1 parent abf975d commit e884fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fingerprint/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {

buildTypes {
release {
isMinifyEnabled = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit e884fd9

Please sign in to comment.