!10 完成寻宝拍照功能

* 完成寻宝-道路拍照
This commit is contained in:
Amdi
2021-06-11 17:43:52 +08:00
committed by 肖岩
parent e9e0c175f3
commit e93fff2cef
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"