We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7ec84 commit 5417516Copy full SHA for 5417516
app/build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
implementation 'androidx.core:core-ktx:1.8.0'
65
implementation 'androidx.recyclerview:recyclerview:1.2.1'
66
implementation 'androidx.work:work-runtime-ktx:2.7.1'
67
- implementation 'org.osmdroid:osmdroid-android:6.1.11'
+ implementation 'org.osmdroid:osmdroid-android:6.1.11' // waiting for https://github.com/osmdroid/osmdroid/issues/1822
68
69
// Dagger2
70
implementation "com.google.dagger:dagger:$dagger_version"
0 commit comments