File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616
1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818buildscript {
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
4141ext {
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}
You can’t perform that action at this time.
0 commit comments