1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 06:48:26 +00:00

Update Kotlin plugin version in testing_app (#1025)

This commit is contained in:
Miguel Beltran
2022-02-20 11:16:30 +01:00
committed by GitHub
parent 2714e8ccba
commit d8d58fa0a7

View File

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