Update Kotlin plugin version in testing_app (#1025)

pull/1032/head
Miguel Beltran 3 years ago committed by GitHub
parent 2714e8ccba
commit d8d58fa0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.3.50' ext.kotlin_version = '1.6.10'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()

Loading…
Cancel
Save