Update dependency for core library desugaring
Hopefully fixes reproducible builds.
This commit is contained in:
parent
9820231b54
commit
660ee83519
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ sonarqube {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
/** Desugaring **/
|
/** Desugaring **/
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
|
|
||||||
/** NewPipe libraries **/
|
/** NewPipe libraries **/
|
||||||
// You can use a local version by uncommenting a few lines in settings.gradle
|
// You can use a local version by uncommenting a few lines in settings.gradle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue