Skip to content

Commit 2023c10

Browse files
committed
Some library updates.
1 parent 06b60e0 commit 2023c10

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

‎.idea/kotlinc.xml‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/misc.xml‎

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/vcs.xml‎

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎gradle/libs.versions.toml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ applicationVersion = "1"
1212
applicationVersionName = "1.0"
1313

1414
## COIL VERSIONS ##
15-
coil = "2.2.2"
15+
coil = "2.6.0"
1616

1717
## COMPOSE VERSIONS ##
1818
compose-activity = "1.8.2"
@@ -29,20 +29,20 @@ koin_compose = "3.2.1"
2929
kotlin = "1.9.0"
3030
kotlin-compiler = "1.5.1"
3131
kotlin-extensions = "1.12.0"
32-
kotlin-coroutines = "1.7.3"
32+
kotlin-coroutines = "1.8.0"
3333

3434
## LIFECYCLE VERSIONS ##
3535
lifecycle = "2.7.0"
3636

3737
## RETROFIT VERSIONS ##
3838
retrofit = "2.9.0"
39-
retrofit-gson = "2.8.2"
39+
retrofit-gson = "2.9.0"
4040

4141
## UNIT/INSTRUMENTATION TEST VERSIONS ##
4242
junit = "4.13.2"
4343
ext-junit = "1.1.5"
4444
espresso = "3.5.1"
45-
mockk = "1.13.7"
45+
mockk = "1.13.10"
4646

4747
[libraries]
4848

0 commit comments

Comments
 (0)