Update Gradle and Dependencies (#281)

This commit is contained in:
Mitchell Syer
2022-01-07 08:33:01 -05:00
committed by GitHub
parent 6130fb9ba2
commit 63ca189907
42 changed files with 220 additions and 171 deletions

View File

@@ -7,7 +7,7 @@ import java.io.BufferedReader
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
const val kotlinVersion = "1.5.30"
const val kotlinVersion = "1.6.10"
const val MainClass = "suwayomi.tachidesk.MainKt"