Skip to content

Commit 590ddcb

Browse files
committed
fix crash on startup in release version
1 parent d958f86 commit 590ddcb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ dependencies {
9999
// Support libraries
100100
implementation 'androidx.appcompat:appcompat:1.2.0'
101101
implementation 'com.google.android.material:material:1.2.1'
102+
implementation "androidx.fragment:fragment:1.2.5"
102103
implementation 'androidx.preference:preference:1.1.1'
103104
implementation 'androidx.recyclerview:recyclerview:1.1.0'
104105
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.0.2'
9+
classpath 'com.android.tools.build:gradle:4.1.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
11-
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.5.2.0"
11+
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.6.2.0"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)