feat(android): scaffold kotlin app with settings screen and foreground service shell

This commit is contained in:
Dark-Avery
2026-03-16 19:45:57 +03:00
parent ec70188385
commit 47e5c6241d
22 changed files with 1110 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.nonTransitiveRClass=true
kotlin.code.style=official
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000