Skip to content

Commit

Permalink
Updating libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepurple13 committed Nov 2, 2023
1 parent d9f63af commit fd04a84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion UIViews/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
}

protobuf {
protoc { artifact = "com.google.protobuf:protoc:3.24.4" }
protoc { artifact = "com.google.protobuf:protoc:3.25.0" }
plugins {
id("javalite") { artifact = libs.protobufJava.get().toString() }
id("kotlinlite") { artifact = libs.protobufKotlin.get().toString() }
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ coroutinesVersion = "1.7.3"
glideVersion = "4.16.0"
pagingVersion = "3.2.1"
roomVersion = "2.6.0"
navVersion = "2.7.4"
navVersion = "2.7.5"
koinVersion = "3.5.0"
lottieVersion = "6.0.0"
coil = "2.5.0"
Expand All @@ -27,7 +27,7 @@ tvCompose = "1.0.0-alpha10"
workVersion = "2.8.1"
ziplineVersion = "1.1.0"
landscapist = "2.2.8"
protobufVersion = "3.24.4"
protobufVersion = "3.25.0"
sketchVersion = "3.2.5"
activity = "1.8.0"
composeBomVersion = "2023.11.00-alpha02"
Expand Down Expand Up @@ -152,21 +152,21 @@ navUiKtx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "na
navTesting = { module = "androidx.navigation:navigation-testing", version.ref = "navVersion" }

reactiveNetwork = "ru.beryukhov:flowreactivenetwork:1.0.4"
fragmentKtx = "androidx.fragment:fragment-ktx:1.6.1"
fragmentKtx = "androidx.fragment:fragment-ktx:1.6.2"
stetho = "com.facebook.stetho:stetho:1.6.0"

iconicsCore = "com.mikepenz:iconics-core:5.5.0-compose01"

androidxLegacySupport = "androidx.legacy:legacy-support-v4:1.0.0"

firebaseAuth = "com.google.firebase:firebase-auth:22.2.0"
googlePlayAds = "com.google.android.gms:play-services-ads:22.4.0"
googlePlayAds = "com.google.android.gms:play-services-ads:22.5.0"

pagingCompose = { module = "androidx.paging:paging-compose", version.ref = "pagingVersion" }

fileChooser = "com.github.hedzr:android-file-chooser:1.2.0"

androidxWindow = "androidx.window:window:1.2.0-beta04"
androidxWindow = "androidx.window:window:1.2.0-rc01"
androidBrowserHelper = "com.google.androidbrowserhelper:androidbrowserhelper:2.5.0"
androidxBrowser = "androidx.browser:browser:1.6.0"

Expand All @@ -190,7 +190,7 @@ recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
swiperefresh = "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"

zoomableModifier = "net.engawapg.lib:zoomable:1.5.1"
zoomableModifier = "net.engawapg.lib:zoomable:1.5.2"

### MangaWorld
coilGif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ private fun ZoomableImage(
.zoomable(
rememberZoomState(),
enableOneFingerZoom = false,
onTap = onClick
onTap = { onClick() }
)
) {
val scope = rememberCoroutineScope()
Expand Down

0 comments on commit fd04a84

Please sign in to comment.