소스 검색

添加地图组件

Frankensteinly 10 달 전
부모
커밋
715da28663
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/build.gradle

+ 3 - 0
app/build.gradle

@@ -112,4 +112,7 @@ dependencies {
     implementation 'androidx.viewpager2:viewpager2:1.0.0'
 
     implementation 'com.github.bumptech.glide:glide:4.11.0'
+
+    // https://github.com/onlylemi/MapView
+    implementation 'com.github.onlylemi:mapview:v1.0'
 }