Skip to content

Commit

Permalink
Merge pull request EventFahrplan#563 from EventFahrplan/project-setup
Browse files Browse the repository at this point in the history
Update project setup (coroutines 1.7.3, preference 1.2.1)
  • Loading branch information
johnjohndoe authored Aug 28, 2023
2 parents 6a41478 + 7963e67 commit 69cc2ff
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ object Libs {
const val engelsystem = "7.2.0"
const val espresso = "3.5.1"
const val junit = "4.13.2"
const val kotlinCoroutines = "1.7.2"
const val kotlinCoroutines = "1.7.3"
const val lifecycle = "2.6.1"
const val markwon = "4.6.2"
const val material = "1.9.0"
const val mockito = "5.4.0"
const val mockitoKotlin = "5.0.0"
const val mockito = "5.5.0"
const val mockitoKotlin = "5.1.0"
const val moshi = "1.15.0"
const val multiDex = "2.0.1"
const val okhttp = "4.11.0"
const val preference = "1.2.0"
const val preference = "1.2.1"
const val retrofit = "2.9.0"
const val robolectric = "4.3_r2-robolectric-0"
const val snackengage = "0.30"
Expand Down

0 comments on commit 69cc2ff

Please sign in to comment.