File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ dependencies {
99
99
// Support libraries
100
100
implementation ' androidx.appcompat:appcompat:1.2.0'
101
101
implementation ' com.google.android.material:material:1.2.1'
102
+ implementation " androidx.fragment:fragment:1.2.5"
102
103
implementation ' androidx.preference:preference:1.1.1'
103
104
implementation ' androidx.recyclerview:recyclerview:1.1.0'
104
105
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.0.2 '
9
+ classpath ' com.android.tools.build:gradle:4.1.0 '
10
10
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"
12
12
}
13
13
}
14
14
You can’t perform that action at this time.
0 commit comments