mirror of
https://github.com/jellyfin/jellyfin-androidx-media.git
synced 2024-11-27 00:10:36 +00:00
Fix support for Java 17
This commit is contained in:
parent
5668a772e6
commit
6c523a7fd8
@ -9,7 +9,7 @@
|
||||
#
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=512m -XX:MaxMetaspaceSize=512m
|
||||
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=512m
|
||||
# AndroidX package structure to make it clearer which packages are bundled with the
|
||||
# Android operating system, and which are packaged with your app"s APK
|
||||
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||||
|
Loading…
Reference in New Issue
Block a user