We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220ef75 commit 6ede6a5Copy full SHA for 6ede6a5
3 files changed
app/src/main/AndroidManifest.xml
@@ -2,6 +2,8 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
xmlns:tools="http://schemas.android.com/tools">
4
5
+ <uses-permission android:name="android.permission.INTERNET" />
6
+
7
<application
8
android:name=".BitnagilApplication"
9
android:allowBackup="true"
app/src/main/res/values/strings.xml
@@ -1,3 +1,3 @@
1
<resources>
- <string name="app_name">Bitnagil</string>
+ <string name="app_name">빛나길</string>
</resources>
domain/src/main/java/com/threegap/bitnagil/domain/model/.gitkeep
0 commit comments