android app

This commit is contained in:
2025-09-28 22:11:39 +09:00
parent 25cb9d9c8f
commit 40e016e128
41 changed files with 1625 additions and 11 deletions

View File

@@ -0,0 +1,16 @@
# Project-wide Gradle settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
# Android X settings
android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style
kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true