Skip to content

Commit

Permalink
Use FULL debugSymbolLevel
Browse files Browse the repository at this point in the history
isaakhanimann committed Oct 24, 2024

Verified

This commit was signed with the committer’s verified signature.
mikepenz Mike Penz
1 parent f013254 commit d65b835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ android {
applicationId = "com.isaakhanimann.journal"
minSdk = 26
targetSdk = 34
versionCode = 44
versionCode = 45
versionName = "8.14"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -33,7 +33,7 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
ndk.debugSymbolLevel = "SYMBOL_TABLE"
ndk.debugSymbolLevel = "FULL"
}
}
compileOptions {

0 comments on commit d65b835

Please sign in to comment.