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.
2 parents 3c87462 + 1a2fbd8 commit d845a15Copy full SHA for d845a15
1 file changed
app/build.gradle
@@ -107,7 +107,7 @@ android {
107
}
108
109
ext {
110
- checkstyleVersion = '10.11.0'
+ checkstyleVersion = '10.12.1'
111
112
androidxLifecycleVersion = '2.5.1'
113
androidxRoomVersion = '2.4.3'
@@ -272,7 +272,7 @@ dependencies {
272
implementation "io.noties.markwon:linkify:${markwonVersion}"
273
274
// Crash reporting
275
- implementation "ch.acra:acra-core:5.9.7"
+ implementation "ch.acra:acra-core:5.10.1"
276
277
// Properly restarting
278
implementation 'com.jakewharton:process-phoenix:2.1.2'
0 commit comments