aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 246ab228..968a9f4d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,18 +1,18 @@
buildscript {
ext {
- activityVersion = '1.2.3'
+ activityVersion = '1.2.4'
agpVersion = '4.2.2'
annotationsVersion = '1.2.0'
- appcompatVersion = '1.3.0'
+ appcompatVersion = '1.3.1'
biometricVersion = '1.1.0'
collectionVersion = '1.1.0'
constraintLayoutVersion = '2.0.4'
coordinatorLayoutVersion = '1.1.0'
coreKtxVersion = '1.6.0'
coroutinesVersion = '1.5.1'
- datastoreVersion = '1.0.0-rc01'
+ datastoreVersion = '1.0.0-rc02'
desugarVersion = '1.1.5'
- fragmentVersion = '1.3.5'
+ fragmentVersion = '1.3.6'
jsr305Version = '3.0.2'
junitVersion = '4.13.2'
kotlinVersion = '1.5.21'