Browse Source

upgrade Kotlin to 1.3.70 (#1730)

pull/1724/head
Konrad Pozniak 6 years ago committed by GitHub
parent
commit
43162789c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save