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 16b811c commit f06c9efCopy full SHA for f06c9ef
app/build.gradle
@@ -30,8 +30,8 @@ android {
30
}
31
compileOptions {
32
coreLibraryDesugaringEnabled = true
33
- sourceCompatibility JavaVersion.VERSION_11
34
- targetCompatibility JavaVersion.VERSION_11
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
35
36
37
0 commit comments