We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7a559 commit dadc4b6Copy full SHA for dadc4b6
app/build.gradle
@@ -174,7 +174,7 @@ dependencies {
174
kaptTest "androidx.databinding:databinding-compiler:8.0.2"
175
kaptAndroidTest "androidx.databinding:databinding-compiler:8.0.2"
176
177
- implementation("io.github.coordinates2country:coordinates2country-android:1.3") { exclude group: 'com.google.android', module: 'android' }
+ implementation("io.github.coordinates2country:coordinates2country-android:1.8") { exclude group: 'com.google.android', module: 'android' }
178
179
//OSMDroid
180
implementation ("org.osmdroid:osmdroid-android:$OSMDROID_VERSION")
0 commit comments