Skip to content

Commit 1673492

Browse files
Merge pull request #8 from googlecodelabs/fm/version_bumps
Versions bump
2 parents c055587 + b18ad17 commit 1673492

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
buildscript {
19-
ext.kotlin_version = "1.3.72"
19+
ext.kotlin_version = "1.4.10"
2020
repositories {
2121
google()
2222
jcenter()
2323
}
2424
dependencies {
25-
classpath "com.android.tools.build:gradle:4.0.0"
25+
classpath "com.android.tools.build:gradle:4.0.1"
2626
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2727
}
2828
}
@@ -39,15 +39,15 @@ task clean(type: Delete) {
3939
}
4040

4141
ext {
42-
supportLibVersion = '1.1.0'
43-
constraintLayoutVersion = '1.1.3'
42+
supportLibVersion = '1.2.0'
43+
constraintLayoutVersion = '2.0.1'
4444
coreVersion = '1.3.1'
45-
coroutinesVersion = '1.3.7'
46-
materialVersion = '1.1.0'
45+
coroutinesVersion = '1.3.9'
46+
materialVersion = '1.2.1'
4747
lifecycleVersion = '2.2.0'
4848

49-
runnerVersion = '1.3.0-rc02'
49+
runnerVersion = '1.3.0'
5050
rulesVersion = '1.0.1'
5151
junitVersion = '4.13'
52-
espressoVersion = '3.3.0-rc02'
52+
espressoVersion = '3.3.0'
5353
}

0 commit comments

Comments
 (0)