We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262b3a2 commit 223150aCopy full SHA for 223150a
2 files changed
app/build.gradle
@@ -179,7 +179,7 @@ sonar {
179
180
dependencies {
181
/** Desugaring **/
182
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
183
184
/** NewPipe libraries **/
185
// You can use a local version by uncommenting a few lines in settings.gradle
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
mavenCentral()
8
}
9
10
- classpath 'com.android.tools.build:gradle:7.3.1'
+ classpath 'com.android.tools.build:gradle:7.4.0'
11
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12
13
// NOTE: Do not place your application dependencies here; they belong
0 commit comments