Skip to content

Commit

Permalink
fix androidmanifest and update lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Aug 13, 2024
1 parent 86ead7c commit 39f1568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
targetSdk = AndroidConfig.targetSdkVersion
applicationId = "org.nekomanga.neko"
versionCode = 12
versionName = "2.16.11"
versionName = "2.17.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
setProperty("archivesBaseName", "Neko")
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="neko" />
<data android:host="${mangadexauthredirecturi}" />
<data android:host="${mangadexAuthRedirectUri}" />
</intent-filter>
</activity>
<activity
Expand Down
2 changes: 1 addition & 1 deletion gradle/compose.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ material3-windowsize = { module = "androidx.compose.material3:material3-window-s
activity = "androidx.activity:activity-compose:1.9.1"
animations = { module = "androidx.compose.animation:animation-graphics", version.ref = "compose_version" }

lifecycle = "androidx.lifecycle:lifecycle-runtime-compose:2.8.3"
lifecycle = "androidx.lifecycle:lifecycle-runtime-compose:2.8.4"
ui = { module = "androidx.compose.ui:ui", version.ref = "compose_version" }
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose_version" }
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose_version" }
Expand Down

0 comments on commit 39f1568

Please sign in to comment.