Skip to content

Commit

Permalink
[MERGE] #336 -> develop
Browse files Browse the repository at this point in the history
[FIX/#336] ํ† ํฐ ๋งŒ๋ฃŒ ์‹œ IllegalStateException ํ•ด๊ฒฐ
  • Loading branch information
leeeyubin authored Feb 1, 2025
2 parents 904b259 + e14330b commit 2ecd9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions feature/main/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
compileSdk = "35"
minSdk = "28"
targetSdk = "35"
versionName = "1.2.0"
versionCode = "102000"
versionName = "1.2.1"
versionCode = "102010"
kotlinCompilerExtensionVersion = "1.5.2"
jvmTarget = "1.8"

Expand Down

0 comments on commit 2ecd9ff

Please sign in to comment.