openclaw-android-heartbeat/gradle.properties
Brendan Greenlee 7a380c40ed Import official OpenClaw Android app (apps/android @ 71a59512ba476df3328cf485d84748121cf341f2)
Pristine fork source for PROJ-0088. v1 will turn this into a WebView web
shell; the WebSocket node infrastructure stays intact for v2 heartbeat.
2026-08-01 15:13:34 +00:00

10 lines
418 B
Properties

org.gradle.jvmargs=-Xmx3g -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED
# Keep toolchain and plugin deprecations from returning as successful CI noise.
org.gradle.warning.mode=fail
android.useAndroidX=true
android.nonTransitiveRClass=true
android.enableR8.fullMode=true
android.uniquePackageNames=false
android.dependency.useConstraints=false
android.r8.strictFullModeForKeepRules=false
android.newDsl=true