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 1e7e210 commit edd4f6bCopy full SHA for edd4f6b
2 files changed
app/build.gradle
@@ -190,7 +190,7 @@ sonar {
190
191
dependencies {
192
/** Desugaring **/
193
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.3'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4'
194
195
/** NewPipe libraries **/
196
// 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:8.1.2'
+ classpath 'com.android.tools.build:gradle:8.1.4'
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