Skip to content

Commit

Permalink
Update build gralde debuggable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepijn98 committed Dec 14, 2022
1 parent 79a2dce commit 6c4f086
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ android {
create("uncensored") {
versionNameSuffix = "-UNCENSORED"
applicationIdSuffix = ".uncensored"
isShrinkResources = false
isMinifyEnabled = false
isDebuggable = true
isJniDebuggable = true
isRenderscriptDebuggable = true
isShrinkResources = true
isMinifyEnabled = true
isDebuggable = false
isJniDebuggable = false
isRenderscriptDebuggable = false
isPseudoLocalesEnabled = false
signingConfig = signingConfigs.getByName("default")

Expand Down

0 comments on commit 6c4f086

Please sign in to comment.