Skip to content

Commit

Permalink
build: resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
s9hn committed Jan 20, 2025
2 parents a22f7ca + 4bfd49c commit 5efda1e
Show file tree
Hide file tree
Showing 73 changed files with 36,470 additions and 16,160 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**국내 최대 IT 벤처창업동아리 SOPT의 공식 Android 앱**

<p align="center">
<img src="https://img.shields.io/badge/Kotlin-2.0.21-7F52FF?style=for-the-badge&logo=Kotlin&logoColor=white"/>
<img src="https://img.shields.io/badge/Kotlin-2.1.0-7F52FF?style=for-the-badge&logo=Kotlin&logoColor=white"/>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<img src="https://img.shields.io/badge/all_contributors-17-orange.svg?style=for-the-badge"/>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ dependencies {
implementation(libs.bundles.compose)
implementation(libs.startup)
implementation(libs.swipe.refresh.layout)
debugImplementation(libs.compose.ui.tooling)

implementation(libs.inappupdate)

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 @@ -149,7 +149,6 @@
android:name=".feature.fortune.FortuneActivity"
android:exported="true"
android:launchMode="singleTop" />

<service
android:name=".config.messaging.SoptFirebaseMessagingService"
android:exported="false">
Expand Down
Loading

0 comments on commit 5efda1e

Please sign in to comment.