File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ android {
101101
102102 compileOptions {
103103 encoding = " UTF-8"
104- sourceCompatibility JavaVersion . VERSION_11
105- targetCompatibility JavaVersion . VERSION_11
104+ sourceCompatibility JavaVersion . VERSION_17
105+ targetCompatibility JavaVersion . VERSION_17
106106 coreLibraryDesugaringEnabled = true
107107 }
108108
@@ -125,7 +125,7 @@ android {
125125 generateLocaleConfig = true
126126 }
127127 kotlinOptions {
128- jvmTarget = ' 11 '
128+ jvmTarget = ' 17 '
129129 }
130130}
131131
@@ -161,7 +161,7 @@ dependencies {
161161 annotationProcessor " com.github.bumptech.glide:compiler:$glide_version "
162162
163163 implementation ' com.opencsv:opencsv:5.12.0'
164- implementation ' com.maxmind.geoip2:geoip2:4.3.1 '
164+ implementation ' com.maxmind.geoip2:geoip2:4.4.0 '
165165
166166 // Crash reporting
167167 implementation " ch.acra:acra-mail:5.13.1"
You can’t perform that action at this time.
0 commit comments