mirror of
https://github.com/BrendanGreenlee/openclaw-android-heartbeat.git
synced 2026-08-17 16:49:14 +00:00
Pristine fork source for PROJ-0088. v1 will turn this into a WebView web shell; the WebSocket node infrastructure stays intact for v2 heartbeat.
10 lines
418 B
Properties
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
|