diff options
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" } ``` |