diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-09-26 18:40:30 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-09-26 18:40:30 -0600 |
commit | 878c4505630fa2e531c4d02e7f855d4b4696327b (patch) | |
tree | fc63abec75894edb23e3c0b21a5a5033ad990366 /README.md | |
parent | b444ea064e7f00daca6f9422550c74ae675a284e (diff) |
README: bump desugar version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ compileOptions { coreLibraryDesugaringEnabled = true } dependencies { - coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.0.10" + coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5" } ``` |