Skip to content

Commit 3cdfa38

Browse files
Update library to new version that handles older Java VMs
Fixes #4972 I believe.
1 parent 78bfd09 commit 3cdfa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ dependencies {
152152
implementation 'com.github.bumptech.glide:glide:4.12.0'
153153
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
154154

155-
implementation("io.github.coordinates2country:coordinates2country-android:1.2") { exclude group: 'com.google.android', module: 'android' }
155+
implementation("io.github.coordinates2country:coordinates2country-android:1.3") { exclude group: 'com.google.android', module: 'android' }
156156
}
157157

158158
task disableAnimations(type: Exec) {

0 commit comments

Comments
 (0)