init version

Signed-off-by: chaoq <chaoq@gxtech.ltd>
This commit is contained in:
2025-09-04 23:45:11 +08:00
parent e9ad937a4c
commit 08e7478cd1
46 changed files with 3881 additions and 1 deletions

13
gradle.properties Normal file
View File

@@ -0,0 +1,13 @@
# Project-wide Gradle settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=false
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official