File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ buildscript {
4
4
agpVersion = ' 4.1.0'
5
5
annotationsVersion = ' 1.1.0'
6
6
appcompatVersion = ' 1.2.0'
7
- biometricVersion = ' 1.1.0-beta01 '
7
+ biometricVersion = ' 1.1.0-rc01 '
8
8
collectionVersion = ' 1.1.0'
9
9
constraintLayoutVersion = ' 2.0.4'
10
10
coordinatorLayoutVersion = ' 1.1.0'
11
11
coreKtxVersion = ' 1.3.1'
12
- coroutinesVersion = ' 1.4.1 '
13
- datastoreVersion = ' 1.0.0-alpha02 '
12
+ coroutinesVersion = ' 1.4.2 '
13
+ datastoreVersion = ' 1.0.0-alpha04 '
14
14
desugarVersion = ' 1.0.10'
15
15
fragmentVersion = ' 1.3.0-beta01'
16
16
jsr305Version = ' 3.0.2'
17
17
junitVersion = ' 4.13.1'
18
- kotlinVersion = ' 1.4.10 '
18
+ kotlinVersion = ' 1.4.20 '
19
19
lifecycleRuntimeKtxVersion = ' 2.3.0-beta01'
20
20
materialComponentsVersion = ' 1.3.0-alpha03'
21
21
preferenceVersion = ' 1.1.1'
@@ -79,9 +79,9 @@ task clean(type: Delete) {
79
79
80
80
tasks {
81
81
wrapper {
82
- gradleVersion = " 6.7"
82
+ gradleVersion = " 6.7.1 "
83
83
distributionType = Wrapper.DistributionType . ALL
84
- distributionSha256Sum = " 0080de8491f0918e4f529a6db6820fa0b9e818ee2386117f4394f95feb1d5583 "
84
+ distributionSha256Sum = " 22449f5231796abd892c98b2a07c9ceebe4688d192cd2d6763f8e3bf8acbedeb "
85
85
}
86
86
}
87
87
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =0080de8491f0918e4f529a6db6820fa0b9e818ee2386117f4394f95feb1d5583
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7-all.zip
3
+ distributionSha256Sum =22449f5231796abd892c98b2a07c9ceebe4688d192cd2d6763f8e3bf8acbedeb
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments