Skip to content

Commit 074a8ff

Browse files
committed
Update Desugaring to 1.1.8
1 parent 0590350 commit 074a8ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ sonarqube {
179179

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

184184
/** NewPipe libraries **/
185185
// You can use a local version by uncommenting a few lines in settings.gradle
@@ -259,7 +259,7 @@ dependencies {
259259
implementation "io.noties.markwon:linkify:${markwonVersion}"
260260

261261
// Crash reporting
262-
implementation "ch.acra:acra-core:5.9.3"
262+
implementation "ch.acra:acra-core:5.9.7"
263263

264264
// Properly restarting
265265
implementation 'com.jakewharton:process-phoenix:2.1.2'

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.0'
10+
classpath 'com.android.tools.build:gradle:7.3.1'
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)