File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = ' 1.4.32 '
3
+ ext. kotlin_version = ' 1.5.30 '
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.2.0-rc01 '
9
+ classpath ' com.android.tools.build:gradle:7.0.2 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
@@ -25,14 +25,14 @@ task clean(type: Delete) {
25
25
delete rootProject. buildDir
26
26
}
27
27
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 '
31
31
coreTestingVersion = ' 2.1.0'
32
- coroutines = ' 1.4.3 -native-mt'
32
+ coroutines = ' 1.5.2 -native-mt'
33
33
lifecycleVersion = ' 2.3.1'
34
- materialVersion = ' 1.3 .0'
35
- roomVersion = ' 2.2.6 '
34
+ materialVersion = ' 1.4 .0'
35
+ roomVersion = ' 2.3.0 '
36
36
// testing
37
37
junitVersion = ' 4.13.2'
38
38
espressoVersion = ' 3.3.0'
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-6.7.1 -all.zip
6
+ distributionUrl =https://services.gradle.org/distributions/gradle-7.0.2 -all.zip
You can’t perform that action at this time.
0 commit comments