完成寻宝-道路拍照

This commit is contained in:
md
2021-06-11 17:34:55 +08:00
parent e9e0c175f3
commit 128e55a4f7
29 changed files with 1637 additions and 63 deletions

View File

@@ -1,5 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.anko_version = '0.10.1'//扩展库版本
// ext.kotlin_coroutines = '1.4.1'//协程版本需要findById()...
repositories {
google()
jcenter()
@@ -13,6 +15,7 @@ buildscript {
}
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"