dashboard
repositories
activity
search
login
APPS
/
PAILot
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
feat: continuous text selection, Cmd+Enter to send, deploy.sh OTA/iPad targets
Matthias Nott
2026-07-08
77911f6418ceb771c5f0b6b2aa33328c7aa5530a
[APPS/PAILot.git]
/
android
/
gradle.properties
1
2
3
4
5
6
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
# System default Java is 25 — the Kotlin compiler bundled by AGP can't parse
# that version string yet ("IllegalArgumentException: 25.0.2"). Pin Gradle to
# Java 21 (LTS, fully supported).
org.gradle.java.home=/opt/homebrew/Cellar/openjdk@21/21.0.11/libexec/openjdk.jdk/Contents/Home