Added added basic features to OSM Maps

This commit is contained in:
Kanahia 2023-11-19 16:49:43 +05:30
parent 5ae75509cb
commit 365dd76ace
9 changed files with 447 additions and 142 deletions

View file

@ -158,6 +158,9 @@ dependencies {
kaptAndroidTest "androidx.databinding:databinding-compiler:8.0.2"
implementation("io.github.coordinates2country:coordinates2country-android:1.3") { exclude group: 'com.google.android', module: 'android' }
//OSMDroid
implementation ("org.osmdroid:osmdroid-android:$OSMDROID_VERSION")
}
task disableAnimations(type: Exec) {