Skip to content

Commit

Permalink
Merge pull request #67 from usefulness/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Nov 10, 2022
2 parents d3560c3 + fd862e6 commit 73f619f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ google-androidx-core = "1.9.0"
google-androidx-annotation = "1.5.0"
google-gson = "2.10"
google-androidtest = "1.5.0"
google-androidtestRunner = "1.5.1"
google-androidtestext = "1.1.4"
google-espresso = "3.5.0"
google-appcompat = "1.5.1"
Expand All @@ -25,7 +26,7 @@ androidx-core = { module = "androidx.core:core", version.ref = "google-androidx-
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "google-androidx-annotation" }
gson = { module = "com.google.code.gson:gson", version.ref = "google-gson" }
androidtest-core = { module = "androidx.test:core", version.ref = "google-androidtest" }
androidtest-runner = { module = "androidx.test:runner", version.ref = "google-androidtest" }
androidtest-runner = { module = "androidx.test:runner", version.ref = "google-androidtestRunner" }
androidtest-rules = { module = "androidx.test:rules", version.ref = "google-androidtest" }
androidtest-junitext = { module = "androidx.test.ext:junit-ktx", version.ref = "google-androidtestext" }
espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "google-espresso" }
Expand Down

0 comments on commit 73f619f

Please sign in to comment.