Skip to content

Commit

Permalink
Additional dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Nov 20, 2023
1 parent 7a1fb85 commit f0a5063
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</a>
<img alt="Tests" src="https://github.com/DrewCarlson/AnyStream/workflows/Tests/badge.svg"/>
<a href="https://codecov.io/gh/DrewCarlson/AnyStream">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/drewcarlson/anystream?token=X4G9RL8QZF">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/drewcarlson/anystream?token=X4G9RL8QZF">
</a>
<a href="https://raw.githubusercontent.com/DrewCarlson/AnyStream/main/LICENSE" style="text-decoration: none !important;">
<img alt="AGPL 3.0 License" src="https://img.shields.io/github/license/drewcarlson/anystream"/>
Expand Down
2 changes: 1 addition & 1 deletion gradle/libsAndroid.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ zxing = "3.5.2"
anr_watchdog = "1.4.0"
composeCompiler = "1.5.4"
exoplayer = "2.19.1"
media3 = "1.1.1"
media3 = "1.2.0"
ax_runner = "1.5.2"
leakcanary = "2.12"
koinAndroid = "3.5.0"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libsCommon.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ coroutines = "1.7.3"
serialization = "1.6.1"
ktorio = "2.3.6"
ksp = "1.9.20-1.0.14"
atomicfu = "0.23.0"
atomicfu = "0.22.0"
kover = "0.7.4"
datetime = "0.4.1"
spotless = "6.22.0"
ktlint = "1.0.1"
ktor_perm = "0.2.1"
koin = "3.5.0"
koinKtor = "3.5.1"
agp = "8.1.3"
agp = "8.1.4"

[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
Expand Down

0 comments on commit f0a5063

Please sign in to comment.