Skip to content

Commit eec0e6a

Browse files
committed
README: account for java version updates
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 7bf16db commit eec0e6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ The library makes use of Java 8 features, so be sure to support those in your gr
2626

2727
```
2828
compileOptions {
29-
sourceCompatibility JavaVersion.VERSION_1_8
30-
targetCompatibility JavaVersion.VERSION_1_8
29+
sourceCompatibility JavaVersion.VERSION_17
30+
targetCompatibility JavaVersion.VERSION_17
3131
coreLibraryDesugaringEnabled = true
3232
}
3333
dependencies {
34-
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
34+
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.3"
3535
}
3636
```
3737

0 commit comments

Comments
 (0)