1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-31 03:37:12 +01:00

upgrade Kotlin to 1.3.70 (#1730)

This commit is contained in:
Konrad Pozniak 2020-03-18 17:12:56 +01:00 committed by GitHub
parent 9c4898117e
commit 43162789c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.70'
repositories {
google()
jcenter()