Remove jce.jar from the proguard task

This commit is contained in:
Username404-59 2021-04-27 02:06:23 +02:00
parent 3165dcb2a3
commit 6f43f2de94
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ subprojects {
}
}
libraryjars("${System.getProperty("java.home")}/lib/rt.jar")
libraryjars("${System.getProperty("java.home")}/lib/jce.jar")
// Note: dontpreverify() should NOT be used, it will cause errors at runtime
useuniqueclassmembernames()
optimizations("method/inlining/*, code/allocation/variable, class/merging/vertical, class/merging/horizontal, code/removal/advanced, code/simplification/branch, code/merging")