Skip to content

Commit

Permalink
- small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo03v committed Sep 30, 2023
1 parent c7f6442 commit 8d28094
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion buildscripts/toml-updater-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def isNonStable = { String version ->
tasks.named("dependencyUpdates").configure {
resolutionStrategy {
componentSelection {
all {
configureEach {
if (isNonStable(it.candidate.version) && !isNonStable(it.currentVersion)) {
reject('Release candidate')
}
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#####
[versions]
accompanist = "0.30.1"
androidGradlePlugin = "8.1.0"
androidGradlePlugin = "8.1.2"
androidx-activity-compose = "1.7.2"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.1.1"
androidx-benchmark-junit4 = "1.1.1"
androidx-compose-bom = "2023.06.01"
androidx-compose-bom = "2023.09.02"
androidx-constraintlayout = "1.0.1"
androidx-corektx = "1.10.1"
androidx-lifecycle-compose = "2.6.1"
androidx-lifecycle-runtime-compose = "2.6.1"
androidx-navigation = "2.7.0-rc01"
androidx-corektx = "1.12.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-navigation = "2.7.3"
androidx-palette = "1.0.0"
androidx-test = "1.5.0"
androidx-test-espresso = "3.5.1"
androidx-test-ext-junit = "1.1.5"
androidx-test-ext-truth = "1.5.0"
androidx-window = "1.2.0-beta01"
androidx-window = "1.2.0-beta03"
androidxHiltNavigationCompose = "1.0.0"
androix-test-uiautomator = "2.2.0"
coil = "2.4.0"
Expand Down Expand Up @@ -87,7 +87,7 @@ androidx-constraintlayout-compose = { module = "androidx.constraintlayout:constr
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-corektx" }
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidxHiltNavigationCompose" }
androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle-compose" }
androidx-lifecycle-runtime = "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0-alpha01"
androidx-lifecycle-runtime = "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0-alpha02"
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle-runtime-compose" }
androidx-lifecycle-viewModelCompose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle-compose" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle-compose" }
Expand Down

0 comments on commit 8d28094

Please sign in to comment.