Skip to content

Commit d69415b

Browse files
committed
build: upgrade dependencies
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 4fae2d1 commit d69415b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ buildscript {
44
agpVersion = '4.1.0'
55
annotationsVersion = '1.1.0'
66
appcompatVersion = '1.2.0'
7-
biometricVersion = '1.1.0-beta01'
7+
biometricVersion = '1.1.0-rc01'
88
collectionVersion = '1.1.0'
99
constraintLayoutVersion = '2.0.4'
1010
coordinatorLayoutVersion = '1.1.0'
1111
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'
1414
desugarVersion = '1.0.10'
1515
fragmentVersion = '1.3.0-beta01'
1616
jsr305Version = '3.0.2'
1717
junitVersion = '4.13.1'
18-
kotlinVersion = '1.4.10'
18+
kotlinVersion = '1.4.20'
1919
lifecycleRuntimeKtxVersion = '2.3.0-beta01'
2020
materialComponentsVersion = '1.3.0-alpha03'
2121
preferenceVersion = '1.1.1'
@@ -79,9 +79,9 @@ task clean(type: Delete) {
7979

8080
tasks {
8181
wrapper {
82-
gradleVersion = "6.7"
82+
gradleVersion = "6.7.1"
8383
distributionType = Wrapper.DistributionType.ALL
84-
distributionSha256Sum = "0080de8491f0918e4f529a6db6820fa0b9e818ee2386117f4394f95feb1d5583"
84+
distributionSha256Sum = "22449f5231796abd892c98b2a07c9ceebe4688d192cd2d6763f8e3bf8acbedeb"
8585
}
8686
}
8787

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)