Skip to content

Commit

Permalink
Add back debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Dec 13, 2023
1 parent 8afc4a5 commit 12137dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@ android {
release {
minifyEnabled false
}
debug {
packagingOptions {
doNotStrip '**/*.so'
}
minifyEnabled false
debuggable true
jniDebuggable true
renderscriptDebuggable true
}
}

lintOptions {
Expand Down

0 comments on commit 12137dd

Please sign in to comment.