Skip to content

Commit e577d9e

Browse files
committed
Update build script to AGP version 4.2.1
1 parent fd61dcc commit e577d9e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

FileLocker/build.gradle

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

1717
buildscript {
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()

0 commit comments

Comments
 (0)