Skip to content

Commit

Permalink
Remove debug symbols for aab bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 27, 2025
1 parent dd5469d commit ca68717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ android {
warningsAsErrors = true
checkDependencies = true
}

if(isReleaseBuild()) {
ndk { debugSymbolLevel = "none" }
}
}

playConfigs { register("playStagemoleRelease") { enabled = true } }
Expand Down

0 comments on commit ca68717

Please sign in to comment.