We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bfd09 commit 3cdfa38Copy full SHA for 3cdfa38
app/build.gradle
@@ -152,7 +152,7 @@ dependencies {
152
implementation 'com.github.bumptech.glide:glide:4.12.0'
153
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
154
155
- implementation("io.github.coordinates2country:coordinates2country-android:1.2") { exclude group: 'com.google.android', module: 'android' }
+ implementation("io.github.coordinates2country:coordinates2country-android:1.3") { exclude group: 'com.google.android', module: 'android' }
156
}
157
158
task disableAnimations(type: Exec) {
0 commit comments