feat(MOB): 앱 아이콘 교체, Release 서명 설정 및 버전 0.1 시작

- 앱 아이콘을 SAM 로고(blue.png)로 전체 교체 (15개 파일)
- Release keystore 서명 설정 추가 (build.gradle)
- versionName 0.1로 변경 (개발 배포용)
- .gitignore에 keystore 파일 제외 추가

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-30 18:05:25 +09:00
parent da6ad08760
commit 9f744334e7
17 changed files with 13 additions and 4 deletions

6
android/.gitignore vendored
View File

@@ -53,9 +53,9 @@ captures/
.idea/navEditor.xml
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
*.jks
*.keystore
keystore/
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild