完成寻宝页面的地图展示

This commit is contained in:
md
2021-06-04 18:01:44 +08:00
parent c4c3184600
commit dd3ef4012c
25 changed files with 828 additions and 19 deletions

View File

@@ -3,8 +3,15 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
//友盟 检测bug
maven { url 'https://repo1.maven.org/maven2/' }
//腾讯地图
maven{
url "https://oss.sonatype.org/content/groups/public"
}
}
dependencies {
@@ -21,6 +28,7 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
maven { url 'https://repo1.maven.org/maven2/' }