aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 6b1606fd..4e1c65dc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,18 +1,18 @@
buildscript {
ext {
- activityVersion = '1.2.2'
- agpVersion = '4.2.0'
+ activityVersion = '1.2.3'
+ agpVersion = '4.2.1'
annotationsVersion = '1.2.0'
- appcompatVersion = '1.2.0'
+ appcompatVersion = '1.3.0'
biometricVersion = '1.1.0'
collectionVersion = '1.1.0'
constraintLayoutVersion = '2.0.4'
coordinatorLayoutVersion = '1.1.0'
- coreKtxVersion = '1.3.2'
- coroutinesVersion = '1.4.3'
+ coreKtxVersion = '1.5.0'
+ coroutinesVersion = '1.5.0'
datastoreVersion = '1.0.0-beta01'
desugarVersion = '1.0.10'
- fragmentVersion = '1.3.3'
+ fragmentVersion = '1.3.4'
jsr305Version = '3.0.2'
junitVersion = '4.13.2'
kotlinVersion = '1.5.0'