File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ android {
21
21
String sharedTestDir = ' src/sharedTest/java'
22
22
test {
23
23
java. srcDirs + = sharedTestDir
24
+ resources. srcDirs + = ' src/sharedTest/resources'
24
25
}
25
26
androidTest {
26
27
java. srcDirs + = sharedTestDir
Original file line number Diff line number Diff line change
1
+ sdk =31
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ ext {
55
55
cardVersion = ' 1.0.0'
56
56
coroutinesVersion = ' 1.5.2'
57
57
dexMakerVersion = ' 2.12.1'
58
- espressoVersion = ' 3.4.0 '
58
+ espressoVersion = ' 3.5.0-alpha04 '
59
59
fragmentVersion = ' 1.4.1'
60
60
fragmentKtxVersion = ' 1.4.1'
61
61
hamcrestVersion = ' 1.3'
62
62
junitVersion = ' 4.13.2'
63
63
materialVersion = ' 1.5.0'
64
64
multiDexVersion = ' 2.0.1'
65
65
recyclerViewVersion = ' 1.2.1'
66
- robolectricVersion = ' 4.5.1 '
66
+ robolectricVersion = ' 4.7.3 '
67
67
roomVersion = ' 2.4.1'
68
68
rulesVersion = ' 1.0.1'
69
69
timberVersion = ' 4.7.1'
You can’t perform that action at this time.
0 commit comments