WIP actually insect-like unit

This commit is contained in:
Anuken
2022-02-01 00:07:00 -05:00
parent 77e29af522
commit 092ce9d5ff
15 changed files with 100 additions and 16 deletions

View File

@@ -92,6 +92,17 @@ android{
}
}
buildTypes{
all{
minifyEnabled = true
shrinkResources = true
//this is the ONLY WAY I could find to force r8 to keep its filthy hands off of my default interfaces.
//may have undesirable side effects
debuggable = true
proguardFiles("proguard-rules.pro")
}
}
if(project.hasProperty("RELEASE_STORE_FILE") || System.getenv("CI") == "true"){
buildTypes{
release{