Skip to content

Commit

Permalink
revert lifecycle as its not compatible with current compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Jun 27, 2024
1 parent 97f302f commit f928b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
minSdk = AndroidConfig.minSdkVersion
targetSdk = AndroidConfig.targetSdkVersion
applicationId = "org.nekomanga.neko"
versionCode = 9
versionName = "2.16.9"
versionCode = 8
versionName = "2.16.8"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
setProperty("archivesBaseName", "Neko")
Expand Down
2 changes: 1 addition & 1 deletion gradle/androidx.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp_version = "8.2.2"
lifecycle_version = "2.8.2"
lifecycle_version = "2.7.0"

[libraries]

Expand Down

0 comments on commit f928b29

Please sign in to comment.