Skip to content

Commit

Permalink
bump version and lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Jun 28, 2024
1 parent f928b29 commit f7106cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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 = 8
versionName = "2.16.8"
versionCode = 10
versionName = "2.16.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
setProperty("archivesBaseName", "Neko")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package eu.kanade.tachiyomi.ui.reader

import org.nekomanga.domain.chapter.ChapterItem as DomainChapterItem
import android.app.Application
import android.graphics.BitmapFactory
import androidx.annotation.ColorInt
Expand Down Expand Up @@ -73,6 +72,7 @@ import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.withContext
import org.nekomanga.constants.MdConstants
import org.nekomanga.core.security.SecurityPreferences
import org.nekomanga.domain.chapter.ChapterItem as DomainChapterItem
import org.nekomanga.domain.chapter.toSimpleChapter
import org.nekomanga.domain.network.message
import org.nekomanga.domain.reader.ReaderPreferences
Expand Down
3 changes: 2 additions & 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.7.0"
lifecycle_version = "2.8.3"

[libraries]

Expand All @@ -24,6 +24,7 @@ work = "androidx.work:work-runtime-ktx:2.9.0"
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle_version" }
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle_version" }
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle_version" }


[bundles]
Expand Down

0 comments on commit f7106cc

Please sign in to comment.