mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-02 21:04:10 +03:00
Update Kotlin to 1.5.21
This commit is contained in:
committed by
Niels van Velzen
parent
94d9fbc3b1
commit
93047729e9
@@ -5,7 +5,7 @@ object Dependencies {
|
||||
const val detekt = "1.17.1"
|
||||
|
||||
// KotlinX
|
||||
const val coroutines = "1.5.0"
|
||||
const val coroutines = "1.5.1"
|
||||
|
||||
// Core
|
||||
const val koin = "3.0.2"
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ android.enableJetifier=true
|
||||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
# Kotlin version for this project
|
||||
kotlinVersion=1.5.10
|
||||
kotlinVersion=1.5.21
|
||||
# Allow using snapshot releases of Jellyfin SDK. Possible values are:
|
||||
# - "default"
|
||||
# - "local" (local Maven repository)
|
||||
|
||||
Reference in New Issue
Block a user