File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 ext {
19- appcompat_version = ' 1.1 .0'
20- constraint_layout_version = ' 1.1.3 '
21- coroutines_version = ' 1.2.1 '
19+ appcompat_version = ' 1.3 .0'
20+ constraint_layout_version = ' 2.0.4 '
21+ coroutines_version = ' 1.4.3 '
2222 espresso_version = ' 3.2.0'
2323 gradleVersion = ' 4.2.1'
2424 junit_version = ' 4.12'
25- kotlin_version = ' 1.3.50 '
26- ktx_version = ' 1.1 .0'
27- lifecycle_version = ' 2.2.0-rc01 '
25+ kotlin_version = ' 1.4.32 '
26+ ktx_version = ' 1.5 .0'
27+ lifecycle_version = ' 2.3.1 '
2828 material_version = ' 1.2.0-alpha01'
29- navigation_version = ' 2.1.0 '
30- recyclerview_version = ' 1.1.0-rc01 '
31- security_crypto_version = ' 1.0.0-alpha02 '
32- test_runner_version = ' 1.2 .0'
29+ navigation_version = ' 2.3.5 '
30+ recyclerview_version = ' 1.2.1 '
31+ security_crypto_version = ' 1.0.0'
32+ test_runner_version = ' 1.3 .0'
3333 }
3434 repositories {
3535 google()
You can’t perform that action at this time.
0 commit comments