update example project

This commit is contained in:
Nick Fisher
2022-02-06 13:47:06 +08:00
parent abb43d351c
commit 60f245fa7f
12 changed files with 1282 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.0'
repositories {
google()
mavenCentral()
@@ -8,6 +8,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}