mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
This commit enables the automatic generation of per-app language preferences by configuring the Android Gradle Plugin. A `resources.properties` file is added to specify `en` as the `unqualifiedResLocale`, which serves as the default/fallback locale. Additionally, `.kotlin` is added to `.gitignore` to exclude Kotlin build-related files.
17 lines
222 B
Plaintext
17 lines
222 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
/.idea/**/*
|
|
!/.idea/codeStyles/
|
|
!/.idea/codeStyles/**/*
|
|
*.jks
|
|
.local/*
|
|
/fastlane/report.xml
|
|
/fastlane/Appfile
|
|
/fastlane/README.md
|
|
.kotlin |