We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4641cd + 223150a commit aa41fecCopy full SHA for aa41fec
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