mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Reduce application size by over 40%
This commit is contained in:
@@ -44,6 +44,11 @@ android {
|
||||
jniDebuggable false
|
||||
}
|
||||
}
|
||||
androidComponents {
|
||||
onVariants(selector().withBuildType("release")) {
|
||||
packaging.dex.useLegacyPackaging.set(true)
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_21
|
||||
targetCompatibility JavaVersion.VERSION_21
|
||||
|
||||
Reference in New Issue
Block a user