libDGX setup

This commit is contained in:
chriscamarillo 2024-03-28 21:29:14 -04:00
parent c5ae4de37a
commit 18e54ffa75
13 changed files with 641 additions and 0 deletions

4
gradle.properties Normal file
View file

@ -0,0 +1,4 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms128m -Xmx1500m
org.gradle.configureondemand=false
android.enableR8.fullMode=false