Skip to content

Commit aa41fec

Browse files
authored
Merge pull request TeamNewPipe#9686 from Isira-Seneviratne/Update_desugar
Update desugar_jdk_libs to 2.0.0.
2 parents e4641cd + 223150a commit aa41fec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ sonar {
179179

180180
dependencies {
181181
/** Desugaring **/
182-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8'
182+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
183183

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.3.1'
10+
classpath 'com.android.tools.build:gradle:7.4.0'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)