Skip to content

Commit 1b181ed

Browse files
committed
java 17 and update deps
1 parent 0b047ed commit 1b181ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)