mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Added added basic features to OSM Maps
This commit is contained in:
parent
5ae75509cb
commit
365dd76ace
9 changed files with 447 additions and 142 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue