This commit is contained in:
nabeel
2026-04-19 15:02:55 +10:00
commit 3a94910acc
30 changed files with 1298 additions and 0 deletions

8
gradle.properties Normal file
View File

@@ -0,0 +1,8 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.java.home.auto=false
android.useAndroidX=true
android.enableJetifier=true
# Required for JVM 21 compatibility with Gradle
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configuration-cache=false