Skip to content

Commit

Permalink
updating libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepurple13 committed Oct 5, 2023
1 parent 6c9f276 commit 793baca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion UIViews/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
}

protobuf {
protoc { artifact = "com.google.protobuf:protoc:3.24.3" }
protoc { artifact = "com.google.protobuf:protoc:3.24.4" }
plugins {
id("javalite") { artifact = libs.protobufJava.get().toString() }
id("kotlinlite") { artifact = libs.protobufKotlin.get().toString() }
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coroutinesVersion = "1.7.3"
glideVersion = "4.16.0"
pagingVersion = "3.2.1"
roomVersion = "2.5.2"
navVersion = "2.7.3"
navVersion = "2.7.4"
koinVersion = "3.5.0"
lottieVersion = "6.0.0"
coil = "2.4.0"
Expand All @@ -20,14 +20,14 @@ jetpackCompiler = "1.5.3"
jetbrainsCompiler = "1.5.1"
accompanist = "0.33.1-alpha"
okhttpVersion = "4.11.0"
ktorVersion = "2.3.4"
tvCompose = "1.0.0-alpha09"
ktorVersion = "2.3.5"
tvCompose = "1.0.0-alpha10"
workVersion = "2.8.1"
ziplineVersion = "1.1.0"
landscapist = "2.2.8"
protobufVersion = "3.24.3"
protobufVersion = "3.24.4"
sketchVersion = "3.2.5"
activity = "1.8.0-rc01"
activity = "1.8.0"
composeBomVersion = "2023.11.00-alpha01"

### MangaWorld
Expand Down

0 comments on commit 793baca

Please sign in to comment.