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:
6
android/.gitignore
vendored
6
android/.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user