Skip to content

Commit

Permalink
*** TO REVERT ***
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed May 3, 2023
1 parent 20cd723 commit bb31a2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def getVersionCode() {
if (gitBranchName() == "develop") {
return generateVersionCodeFromTimestamp()
} else {
return generateVersionCodeFromVersionName()
// DO NOT COMMIT
return generateVersionCodeFromTimestamp()
}
}

Expand Down Expand Up @@ -276,11 +277,11 @@ android {
// Just override the background color of the launcher icon for the nightly build.
// We need to copy paste this block, this is not done automatically by `initWith release`
postprocessing {
removeUnusedCode true
removeUnusedResources true
removeUnusedCode false
removeUnusedResources false
// We do not activate obfuscation as it makes it hard then to read crash reports, and it's a bit useless on an open source project :)
obfuscate false
optimizeCode true
optimizeCode false
proguardFiles 'proguard-rules.pro'
}
matchingFallbacks = ['release']
Expand Down

0 comments on commit bb31a2d

Please sign in to comment.