Skip to content

Commit

Permalink
build: Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Feb 8, 2024
1 parent 3c0e8f8 commit dab794f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ private fun DishContent(
state = scroll,
) {
// https://issuetracker.google.com/issues/321784348
// This issue is technically fixed, but is is still not working
// But I cannot reproduce it anymore
item {
Spacer(modifier = Modifier.height(1.dp))
}
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
aboutLibraries = "11.1.0-b01"
android-gradle = "8.2.2"
androidx-activity = "1.8.2"
androidx-compose = "1.6.0"
androidx-compose = "1.6.1"
# @keep
androidx-compose-compiler = "1.5.8"
androidx-compose-material = "1.6.0"
androidx-compose-material3 = "1.2.0-rc01"
androidx-compose-compiler = "1.5.9"
androidx-compose-material = "1.6.1"
androidx-compose-material3 = "1.2.0"
androidx-lifecycle = "2.7.0"
androidx-security = "1.1.0-alpha06"
androidx-test = "1.5.0"
Expand Down Expand Up @@ -223,7 +223,7 @@ sqldelight = [
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibraries" }
android-application = { id = "com.android.application", version.ref = "android-gradle" }
android-library = { id = "com.android.library", version.ref = "android-gradle" }
benNamesVersions = "com.github.ben-manes.versions:0.50.0"
benNamesVersions = "com.github.ben-manes.versions:0.51.0"
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
google-ksp = { id = "com.google.devtools.ksp", version.ref = "google-ksp" }
java-kotlin = { id = "kotlin" }
Expand All @@ -246,4 +246,4 @@ lastaapps-kmp-library = "kmp-library-convention:none"
lastaapps-kmp-sqldelight = "kmp-sqldelight-convention:none"
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
versionCatalogUpdate = "nl.littlerobots.version-catalog-update:0.8.1"
versionCatalogUpdate = "nl.littlerobots.version-catalog-update:0.8.4"

0 comments on commit dab794f

Please sign in to comment.