Skip to content

Commit

Permalink
Update dependency for core library desugaring
Browse files Browse the repository at this point in the history
Hopefully fixes reproducible builds.
  • Loading branch information
TobiGr committed May 28, 2021
1 parent f1bc4f5 commit 6956d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ sonarqube {

dependencies {
/** Desugaring **/
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

/** NewPipe libraries **/
// You can use a local version by uncommenting a few lines in settings.gradle
Expand Down

0 comments on commit 6956d16

Please sign in to comment.