ponshu-room-lite/android/app
Ponshu Developer ead873d68c fix: Correct key.properties path in build.gradle.kts and docs
rootProject.file("app/key.properties") was wrong - rootProject points to
android/ so the actual path would be android/app/key.properties, conflicting
with .gitignore and DISTRIBUTION_API_KEY_SETUP.md which both specify
android/key.properties.

Fix: rootProject.file("key.properties") -> resolves to android/key.properties,
consistent with .gitignore and the setup guide.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-16 19:17:41 +09:00
..
src feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
build.gradle.kts fix: Correct key.properties path in build.gradle.kts and docs 2026-02-16 19:17:41 +09:00
google-services.json fix(build): Remove unused dependencies, enable MultiDex, disable R8 temporarily, patch google-services.json 2026-01-30 20:21:27 +09:00
proguard-rules.pro fix(build): Remove unused dependencies, enable MultiDex, disable R8 temporarily, patch google-services.json 2026-01-30 20:21:27 +09:00