Skip to content

Commit

Permalink
Merge pull request #100 from fingerprintjs/fix/proguard-accidentally-…
Browse files Browse the repository at this point in the history
…enabled-rollback

Disable proguard for the library module.
  • Loading branch information
Sergey-Makarov authored Aug 17, 2023
2 parents abf975d + e884fd9 commit 367472e
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 367472e

Please sign in to comment.