Skip to content

Commit

Permalink
fix debug build issues with dexing
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Jan 15, 2025
1 parent 230783f commit f31eec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ android {
}
debug {
applicationIdSuffix '.debug'
minifyEnabled true // avoid dexing issues
}
}
}
Expand Down

0 comments on commit f31eec0

Please sign in to comment.