File tree Expand file tree Collapse file tree 3 files changed +22
-19
lines changed Expand file tree Collapse file tree 3 files changed +22
-19
lines changed Original file line number Diff line number Diff line change 1
1
// root build.gradle
2
2
buildscript {
3
3
ext {
4
- agp_version = ' 7.3 .1'
4
+ agp_version = ' 7.4 .1'
5
5
nav_version = ' 2.5.3'
6
- fragment_version = ' 1.5.4 '
7
- room_version = ' 2.4.3 '
6
+ fragment_version = ' 1.5.5 '
7
+ room_version = ' 2.5.0 '
8
8
annotation_version = ' 1.5.0'
9
- material_version = ' 1.7 .0'
9
+ material_version = ' 1.8 .0'
10
10
flexbox_version = ' 3.0.0'
11
- appcompat_version = ' 1.5.1 '
11
+ appcompat_version = ' 1.6.0 '
12
12
splash_version = ' 1.0.0'
13
13
recyclerview_version = ' 1.2.1'
14
14
preference_version = ' 1.2.0'
15
15
cardview_version = ' 1.0.0'
16
- gson_version = ' 2.9.0 '
16
+ gson_version = ' 2.10.1 '
17
17
retrofit_version = ' 2.9.0'
18
18
junit_version = ' 4.13.2'
19
19
uiautomator_version = ' 2.2.0'
20
- espresso_version = ' 3.5.0 '
21
- kotlin_version = ' 1.7.20 '
20
+ espresso_version = ' 3.5.1 '
21
+ kotlin_version = ' 1.8.10 '
22
22
}
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
Original file line number Diff line number Diff line change @@ -30,10 +30,20 @@ android {
30
30
}
31
31
}
32
32
33
+ sourceSets {
34
+ main {
35
+ androidTest. assets. srcDirs + = files(" $projectDir /schemas" . toString())
36
+ }
37
+ }
38
+
33
39
testOptions {
34
40
resultsDir = " ${ project.buildDir} /results"
35
41
}
36
42
43
+ buildFeatures {
44
+ dataBinding = true
45
+ }
46
+
37
47
signingConfigs {
38
48
debug {
39
49
@@ -43,21 +53,14 @@ android {
43
53
}
44
54
}
45
55
46
- sourceSets {
47
- main {
48
- androidTest. assets. srcDirs + = files(" $projectDir /schemas" . toString())
49
- }
50
- }
51
- buildFeatures {
52
- dataBinding = true
53
- }
54
56
lint {
55
57
lintConfig rootProject. file(' lint.xml' )
56
58
checkAllWarnings true
57
59
warningsAsErrors true
58
60
abortOnError false
59
61
showAll false
60
62
}
63
+
61
64
buildTypes {
62
65
debug {
63
66
applicationIdSuffix " .debug"
@@ -133,11 +136,11 @@ dependencies {
133
136
testImplementation " junit:junit:$junit_version "
134
137
135
138
// https://mvnrepository.com/artifact/androidx.test.ext
136
- androidTestImplementation " androidx.test.ext:junit:1.1.4 "
139
+ androidTestImplementation " androidx.test.ext:junit:1.1.5 "
137
140
138
141
// https://mvnrepository.com/artifact/androidx.test
139
142
androidTestImplementation " androidx.test:core:1.5.0"
140
- androidTestImplementation " androidx.test:runner:1.5.1 "
143
+ androidTestImplementation " androidx.test:runner:1.5.2 "
141
144
androidTestImplementation " androidx.test:rules:1.5.0"
142
145
143
146
// https://mvnrepository.com/artifact/androidx.test.uiautomator/uiautomator
You can’t perform that action at this time.
0 commit comments