chore: update gradle and dependencies

This commit is contained in:
Skylot
2026-03-22 21:14:44 +00:00
parent 14a7b63707
commit 462e582bb8
34 changed files with 167 additions and 183 deletions
@@ -24,6 +24,9 @@ public class D8Converter {
.setMinApiLevel(30)
.setIntermediate(true)
.setDisableDesugaring(!options.isD8Desugar())
.setEnableVerboseSyntheticNames(true)
.setOptimizeMultidexForLinearAlloc(false)
.setIncludeClassesChecksum(false)
.build();
D8.run(d8Command);
}