Skip to content

Commit edd4f6b

Browse files
TacoTheDankStypox
authored andcommitted
Update Studio and desugaring versions
1 parent 1e7e210 commit edd4f6b

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
@@ -190,7 +190,7 @@ sonar {
190190

191191
dependencies {
192192
/** Desugaring **/
193-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.3'
193+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4'
194194

195195
/** NewPipe libraries **/
196196
// 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:8.1.2'
10+
classpath 'com.android.tools.build:gradle:8.1.4'
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)