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 1763e4c commit 5b30a85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ android {
buildToolsVersion "33.0.1"
ndkVersion flutter.ndkVersion

ndk {
debugSymbolLevel 'SYMBOL_TABLE'
}

lintOptions {
disable 'InvalidPackage'
checkReleaseBuilds false
Expand Down Expand Up @@ -84,9 +88,6 @@ 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 All @@ -97,7 +98,6 @@ android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
ndk.debugSymbolLevel 'FULL'
}

kotlinOptions {
Expand Down

0 comments on commit 5b30a85

Please sign in to comment.