Skip to content

Commit 09f4855

Browse files
committed
ANDROID: updated settings for release mapping data
1 parent e0d3e7d commit 09f4855

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
SDL: Update editor popup appearance
1919

2020
2020-11-19 (12.20)
21-
COMMON: Fix to allow multiple modules and units within saem program
21+
COMMON: Fix to allow multiple modules and units within same program
2222

2323
2020-11-13 (12.20)
2424
ANDROID: add option to preserve user data when app uninstalled

src/platform/android/app/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId 'net.sourceforge.smallbasic'
1010
minSdkVersion 16
1111
targetSdkVersion 29
12-
versionCode 41
13-
versionName "12.20"
12+
versionCode 42
13+
versionName "12.21"
1414
resConfigs "en"
1515
}
1616

@@ -31,6 +31,9 @@ android {
3131
buildConfigField "java.util.Date", "BUILD_TIME", "new java.util.Date(" + System.currentTimeMillis() + "L)"
3232
}
3333
release {
34+
ndk {
35+
debugSymbolLevel = 'FULL'
36+
}
3437
buildConfigField "boolean", "DEBUG_VIEW", "false"
3538
buildConfigField "java.util.Date", "BUILD_TIME", "new java.util.Date(" + System.currentTimeMillis() + "L)"
3639
shrinkResources true

src/platform/android/app/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
}
2929

3030
-printmapping build/outputs/mapping/release/mapping.txt
31+
-keepattributes LineNumberTable,SourceFile

0 commit comments

Comments
 (0)