Browse Source

添加地图组件

Frankensteinly 10 tháng trước cách đây
mục cha
commit
715da28663
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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'
 }