mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-02 21:04:10 +03:00
Update Kotlin to 1.5.30
This commit is contained in:
committed by
Niels van Velzen
parent
aa623210f7
commit
0388c065a8
+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.21
|
||||
kotlinVersion=1.5.30
|
||||
# Allow using snapshot releases of Jellyfin SDK. Possible values are:
|
||||
# - "default"
|
||||
# - "local" (local Maven repository)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
# KotlinX
|
||||
coroutines = "1.5.1"
|
||||
coroutines = "1.5.2"
|
||||
|
||||
# Core
|
||||
koin = "3.1.2"
|
||||
|
||||
Reference in New Issue
Block a user