Skip to content

Commit

Permalink
fix(manifest): app module 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Jun 12, 2023
1 parent 7a28492 commit 8580533
Show file tree
Hide file tree
Showing 71 changed files with 16 additions and 3,255 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ dependencies {
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<package android:name="com.nhn.android.nmap" />
</queries>
<application
android:name=".util.MyongsikApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_main"
android:label="@string/app_name"
Expand Down
Binary file removed app/src/main/res/font/notosans_regular.otf
Binary file not shown.
Binary file removed app/src/main/res/font/notoserifkr_regular.otf
Binary file not shown.
40 changes: 0 additions & 40 deletions app/src/main/res/layout/activity_main.xml

This file was deleted.

32 changes: 0 additions & 32 deletions app/src/main/res/layout/custom_balloon.xml

This file was deleted.

32 changes: 0 additions & 32 deletions app/src/main/res/layout/custom_selected_balloon.xml

This file was deleted.

162 changes: 0 additions & 162 deletions app/src/main/res/layout/dialog_bottom_restaurant_sheet.xml

This file was deleted.

Loading

0 comments on commit 8580533

Please sign in to comment.