Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepurple13 committed Nov 15, 2023
1 parent 2f20c9e commit 42d97b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions UIViews/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ dependencies {
api(libs.haze.jetpack.compose)

implementation(libs.compose.collapsable)

implementation("androidx.compose.material3:material3-adaptive-navigation-suite:1.0.0-alpha01")
implementation("androidx.compose.material3:material3-adaptive:1.0.0-alpha01")

}

protobuf {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ easylauncher = "6.2.0"
firebaseCrashlyticsGradle = "2.9.9"
googleServices = "4.4.0"
gradle = "8.3.0-alpha10"
haze = "0.3.0"
haze = "0.3.1"
kamelImage = "0.8.3"
kotlin = "1.9.20"
latestAboutLibsRelease = "10.8.3"
Expand All @@ -31,7 +31,7 @@ landscapist = "2.2.11"
protobufVersion = "3.25.0"
sketchVersion = "3.2.5"
activity = "1.8.0"
composeBomVersion = "2023.11.00-alpha02"
composeBomVersion = "2023.12.00-alpha01"

### MangaWorld
piasy = "1.8.1"
Expand Down

0 comments on commit 42d97b1

Please sign in to comment.