File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ sonarqube {
179179
180180dependencies {
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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments