Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group with 14 updates #299

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ wearMinSdk = "25"
kotlin = "2.0.21" # https://kotlinlang.org/docs/releases.html#release-details
agp = "8.7.1" # https://developer.android.com/studio/releases/gradle-plugin
ktor = "3.0.0" # https://github.com/ktorio/ktor
androidxRoom = "2.7.0-alpha09" # https://developer.android.com/jetpack/androidx/releases/room
sqlite = "2.5.0-alpha09" # https://developer.android.com/jetpack/androidx/releases/sqlite
androidxRoom = "2.7.0-alpha10" # https://developer.android.com/jetpack/androidx/releases/room
sqlite = "2.5.0-alpha10" # https://developer.android.com/jetpack/androidx/releases/sqlite
ksp = "2.0.21-1.0.25" # https://github.com/google/ksp/releases
screenshot = "0.0.1-alpha07"

detekt = "1.23.7" # https://github.com/detekt/detekt
detektCompose = "0.4.16" # https://github.com/mrmans0n/compose-rules

compose = "1.7.3" # https://developer.android.com/jetpack/androidx/releases/compose-ui
compose = "1.7.4" # https://developer.android.com/jetpack/androidx/releases/compose-ui
wearCompose = "1.4.0" # https://developer.android.com/jetpack/androidx/releases/wear-compose

jetbrainsCompose = "1.7.0" # https://github.com/JetBrains/compose-multiplatform
Expand All @@ -26,7 +26,7 @@ datastore = "1.1.1" # https://developer.android.com/jetpack/androidx/releases/da
koin = "4.0.0" # https://github.com/InsertKoinIO/koin#setup--current-version
lifecycle = "2.8.6" # https://developer.android.com/jetpack/androidx/releases/lifecycle
core = "1.13.1" # https://developer.android.com/jetpack/androidx/releases/core
glance = "1.1.0" # https://developer.android.com/jetpack/androidx/releases/glance
glance = "1.1.1" # https://developer.android.com/jetpack/androidx/releases/glance

sqldelight = "2.0.2" # https://github.com/cashapp/sqldelight/releases

Expand Down Expand Up @@ -60,7 +60,7 @@ compose-material3 = "androidx.compose.material3:material3:1.3.0" # https://devel
compose-uiTooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }

compose-activity = "androidx.activity:activity-compose:1.9.2" # https://developer.android.com/jetpack/androidx/releases/activity # androidx-activity-compose
compose-activity = "androidx.activity:activity-compose:1.9.3" # https://developer.android.com/jetpack/androidx/releases/activity # androidx-activity-compose
compose-constraint = "androidx.constraintlayout:constraintlayout-compose:1.0.1" # https://developer.android.com/jetpack/androidx/releases/constraintlayout

compose-uiTestJunit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
Expand Down Expand Up @@ -98,7 +98,7 @@ glance-appwidget-preview = { module = "androidx.glance:glance-appwidget-preview"
google-maps-compose = "com.google.maps.android:maps-compose:6.1.2"


androidx-annotation = "androidx.annotation:annotation:1.8.2" # https://mvnrepository.com/artifact/androidx.annotation/annotation
androidx-annotation = "androidx.annotation:annotation:1.9.0" # https://mvnrepository.com/artifact/androidx.annotation/annotation
androidx-wear = "androidx.wear:wear:1.3.0" # https://developer.android.com/jetpack/androidx/releases/wear
material = { module = "com.google.android.material:material", version.ref = "material" }
protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobuf" } # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-javalite
Expand Down