Skip to content

Commit cb81581

Browse files
Updated dependencies
1 parent 659263f commit cb81581

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.4.32'
3+
ext.kotlin_version = '1.5.30'
44
repositories {
55
google()
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.2.0-rc01'
9+
classpath 'com.android.tools.build:gradle:7.0.2'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
@@ -25,14 +25,14 @@ task clean(type: Delete) {
2525
delete rootProject.buildDir
2626
}
2727
ext {
28-
activityVersion = '1.2.2'
29-
appCompatVersion = '1.2.0'
30-
constraintLayoutVersion = '2.0.4'
28+
activityVersion = '1.3.1'
29+
appCompatVersion = '1.3.1'
30+
constraintLayoutVersion = '2.1.0'
3131
coreTestingVersion = '2.1.0'
32-
coroutines = '1.4.3-native-mt'
32+
coroutines = '1.5.2-native-mt'
3333
lifecycleVersion = '2.3.1'
34-
materialVersion = '1.3.0'
35-
roomVersion = '2.2.6'
34+
materialVersion = '1.4.0'
35+
roomVersion = '2.3.0'
3636
// testing
3737
junitVersion = '4.13.2'
3838
espressoVersion = '3.3.0'

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https://services.gradle.org/distributions/gradle-6.7.1-all.zip
6+
distributionUrl=https://services.gradle.org/distributions/gradle-7.0.2-all.zip

0 commit comments

Comments
 (0)