Skip to content

Commit

Permalink
🚨: Added android.buildTypes.release.ndk.debugSymbolLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed Apr 2, 2024
1 parent a00ab45 commit de0cffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions frontend/app_student/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
ndk {
debugSymbolLevel 'SYMBOL_TABLE'
}
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion frontend/app_student/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+2
version: 1.0.0+3

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down

0 comments on commit de0cffe

Please sign in to comment.