Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Jul 4, 2024
1 parent 85d8d2f commit 7d4c760
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ androidxMultidex = "2.0.1"
androidxTracing = "1.2.0"
androidxLifecycle = "2.8.2"
androidxArch = "2.2.0"
androidxTestExt = "1.1.5"
androidxTest = "1.5.2"
androidxTestOrchestrator = "1.4.2"
androidxTestExt = "1.2.1"
androidxTest = "1.6.1"
androidxTestOrchestrator = "1.5.0"
googleAndroidMaterial = "1.12.0"
firebase = "33.1.1"
leakCanary = "2.14"
junit = "4.13.2"
mockito = "5.12.0"
turbine = "1.1.0"
espresso = "3.5.1"
espresso = "3.6.1"
desugar = "2.0.4"
appdirs = "1.2.2"

Expand Down Expand Up @@ -134,7 +134,7 @@ appdirs = { module = "net.harawata:appdirs", version.ref = "appdirs" }

espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" }
espresso-device = { module = "androidx.test.espresso:espresso-device", version = "1.0.0-rc01" }
espresso-device = { module = "androidx.test.espresso:espresso-device", version = "1.0.1" }
espresso-idling-resource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "espresso" }

desugar = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar" }
Expand Down

0 comments on commit 7d4c760

Please sign in to comment.