Skip to content

Commit 8cf916f

Browse files
committed
Map implementation using osmdroid
1 parent 3f331da commit 8cf916f

File tree

17 files changed

+75
-854
lines changed

17 files changed

+75
-854
lines changed

.idea/deploymentTargetSelector.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,13 @@ dependencies {
8484
// KotlinX Serialization
8585
implementation(libs.kotlinx.serialization.json)
8686

87+
// Fragment KTX
8788
implementation("androidx.activity:activity-ktx:1.10.1")
8889
implementation("androidx.fragment:fragment-ktx:1.8.6")
90+
91+
// OSMDroid
92+
implementation ("org.osmdroid:osmdroid-android:6.1.20")
93+
8994
// Android UI ViewBinding
9095
implementation(libs.androidx.ui.viewbinding)
9196

-1.23 KB
Binary file not shown.
-696 Bytes
Binary file not shown.
-2.41 KB
Binary file not shown.
-1.43 KB
Binary file not shown.
-618 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)