Skip to content

Commit

Permalink
debug: symbols to be uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenhx authored Sep 27, 2024
1 parent 5b30a85 commit a94561f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ android {
buildToolsVersion "33.0.1"
ndkVersion flutter.ndkVersion

ndk {
debugSymbolLevel 'SYMBOL_TABLE'
}

lintOptions {
disable 'InvalidPackage'
checkReleaseBuilds false
Expand Down Expand Up @@ -88,6 +84,9 @@ android {
// Specify ProGuard rules files
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
ndk {
debugSymbolLevel 'FULL'
}
}
debug {
signingConfig signingConfigs.debug
Expand Down

0 comments on commit a94561f

Please sign in to comment.