Skip to content

Commit 6ede6a5

Browse files
committed
Chore: app name 변경 및 권한 설정
- 앱이름 빛나길로 변경 - 인터넷 권한 추가 - domain 모듈 model 패키지 임시 파일 추가
1 parent 220ef75 commit 6ede6a5

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools">
44

5+
<uses-permission android:name="android.permission.INTERNET" />
6+
57
<application
68
android:name=".BitnagilApplication"
79
android:allowBackup="true"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_name">Bitnagil</string>
2+
<string name="app_name">빛나길</string>
33
</resources>

domain/src/main/java/com/threegap/bitnagil/domain/model/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)