mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Logic fixes / Bigger erekir sectors
This commit is contained in:
parent
3039a404eb
commit
d72153c67a
15 changed files with 147 additions and 31 deletions
|
|
@ -94,11 +94,12 @@ android{
|
|||
|
||||
buildTypes{
|
||||
all{
|
||||
//TODO without these lines (r8 enabled), Mindustry crashes with missing default interface method errors.
|
||||
//WHY THE HELL ARE DEFAULT INTERFACES NOT BEING DESUGARED? WHY DID UPDATING AGP MAKE THIS HAPPEN?
|
||||
//When I ENABLE shrinking, r8 goes and REMOVES ALL DEFAULT INTERFACE CLASSES, which breaks mods. Why?
|
||||
//-keep class mindustry.** { *; } should *keep the classes* - WHY IS R8 REMOVING THEM?
|
||||
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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue