From 88dfe2d8c7f08a1d975253932091d0ceceb4e084 Mon Sep 17 00:00:00 2001 From: Maxr1998 Date: Mon, 4 Oct 2021 23:05:27 +0200 Subject: [PATCH] Update Kotlin to 1.5.31 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3cbd0b1a..583c5488 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.30 +kotlinVersion=1.5.31 # Allow using snapshot releases of Jellyfin SDK. Possible values are: # - "default" # - "local" (local Maven repository)