Merge branch 'renovate/org.jetbrains.kotlin-kotlin-stdlib-jdk7-1.x' into 'develop'

Update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk7 to v1.7.21

See merge request funkwhale/funkwhale-android!242
This commit is contained in:
Ryan Harg 2022-11-21 12:52:15 +00:00
commit 73b112ad5d
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ play {
dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.21")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")