Skip to content

Commit

Permalink
Chore : Update Android Studio, Remove DataBinding pratice file #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-g001 committed Jan 9, 2024
1 parent e3072b0 commit d8656fd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 57 deletions.
5 changes: 1 addition & 4 deletions android/HowAboutTrip/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<activity
android:name=".view.activity.SplashActivity"
android:theme="@style/Theme.HowAboutTrip.BlackStatusBar"
android:exported="false" />
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -31,4 +28,4 @@
</activity>
</application>

</manifest>
</manifest>

This file was deleted.

30 changes: 0 additions & 30 deletions android/HowAboutTrip/app/src/main/res/layout/activity_main.xml

This file was deleted.

2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Tool : Android Studio
- Version : Hedgehog
- Java : Java 8
- Android Gradle Plugin : 8.2.0
- Android Gradle Plugin : 8.2.1
- Gradle Version : 8.2
- - -
### 사용된 오픈소스 라이브러리 목록
Expand Down

0 comments on commit d8656fd

Please sign in to comment.