Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Update Android
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 15, 2024
1 parent 86ff78b commit d6f730d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platforms/android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ lifecycle-viewmodel = "2.8.3"
material = "1.12.0"
constraintlayout = "2.1.4"
junit = "4.13.2"
robolectric = "4.12.2"
mockk = "1.13.11" # https://github.com/mockk/mockk/issues/1033
robolectric = "4.13"
mockk = "1.13.12" # https://github.com/mockk/mockk/issues/1033
hamcrest = "2.2"
android-junit = "1.1.3"
espresso = "3.6.1"
agp = "8.5.0"
agp = "8.5.1"
kotlin = "2.0.0"
jacoco = "0.8.8"
maven-publish = "0.29.0"
Expand All @@ -32,7 +32,7 @@ android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
rust-android = { id = "org.mozilla.rust-android-gradle.rust-android", version = "0.9.4" }
sonarqube = { id = "org.sonarqube", version = "5.0.0.4638" }
sonarqube = { id = "org.sonarqube", version = "5.1.0.4882" }
maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven-publish" }
maven-publish-base = { id = "com.vanniktech.maven.publish.base", version.ref = "maven-publish" }
jacoco-android = { id = "com.mxalbert.gradle.jacoco-android", version = "0.2.1" }
Expand Down

0 comments on commit d6f730d

Please sign in to comment.