Skip to content

Commit

Permalink
Merge pull request #949 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored Oct 29, 2023
2 parents 82e125a + dfacf4c commit be8f130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ComposeAdvanced/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ androidx-test-ext = { module = "androidx.test.ext:junit", version.ref = "android
androidx-test-ext-ktx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-test-ext" }
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androidx-test-uiautomator" }
androidx-tracing-ktx = "androidx.tracing:tracing-ktx:1.1.0"
com-google-maps-compose = "com.google.maps.android:maps-compose:4.0.0"
com-google-maps-compose = "com.google.maps.android:maps-compose:4.1.1"
com-google-play-services-maps = "com.google.android.gms:play-services-maps:18.2.0"
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }

Expand Down
2 changes: 1 addition & 1 deletion TimeText/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ com-google-truth = "com.google.truth:truth:1.1.5"
jacoco-ant = "org.jacoco:org.jacoco.ant:0.8.11"
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "org-jetbrains-kotlin" }
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "org-jetbrains-kotlin" }
org-robolectric = "org.robolectric:robolectric:4.10.3"
org-robolectric = "org.robolectric:robolectric:4.11"
test-core-ktx = "androidx.test:core-ktx:1.5.0"
test-espresso-core = "androidx.test.espresso:espresso-core:3.5.1"
test-ext-junit-ktx = "androidx.test.ext:junit-ktx:1.1.5"
Expand Down
2 changes: 1 addition & 1 deletion WearOAuth/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-c
kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "org-jetbrains-kotlinx" }
kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "org-jetbrains-kotlinx" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "org-jetbrains-kotlinx" }
org-robolectric = "org.robolectric:robolectric:4.10.3"
org-robolectric = "org.robolectric:robolectric:4.11"
playservices-auth = "com.google.android.gms:play-services-auth:20.7.0"
playservices-wearable = "com.google.android.gms:play-services-wearable:18.1.0"
test-core = { module = "androidx.test:core", version.ref = "androidx-test" }
Expand Down

0 comments on commit be8f130

Please sign in to comment.