Initial commit: Eventify frontend

This commit is contained in:
Rishad7594
2026-01-31 15:23:18 +05:30
commit b41cf6cc58
193 changed files with 12401 additions and 0 deletions

14
android/gradle.properties Normal file
View File

@@ -0,0 +1,14 @@
# Gradle JVM memory & misc
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m -XX:ReservedCodeCacheSize=256m -XX:+HeapDumpOnOutOfMemoryError
# Avoid extra parallel Gradle work on very low-RAM machines
org.gradle.daemon=false
org.gradle.parallel=false
# AndroidX (keep if your project needs it)
android.useAndroidX=true
android.enableJetifier=true
KEYSTORE_PASSWORD=android
KEY_ALIAS=upload
KEY_PASSWORD=android