From a1889b801cd082f12f8353e752e8941ed0dbaf70 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 24 Sep 2021 11:54:59 +0530 Subject: build: upgrade Kotlin and AndroidX dependencies Signed-off-by: Harsh Shandilya --- build.gradle | 10 +++++----- settings.gradle | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 15ca9145..7c3c56cc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,15 +1,15 @@ buildscript { ext { - activityVersion = '1.2.4' + activityVersion = '1.3.1' annotationsVersion = '1.2.0' appcompatVersion = '1.3.1' biometricVersion = '1.1.0' collectionVersion = '1.1.0' - constraintLayoutVersion = '2.0.4' + constraintLayoutVersion = '2.1.0' coordinatorLayoutVersion = '1.1.0' coreKtxVersion = '1.6.0' - coroutinesVersion = '1.5.1' - datastoreVersion = '1.0.0-rc02' + coroutinesVersion = '1.5.2' + datastoreVersion = '1.0.0' desugarVersion = '1.1.5' fragmentVersion = '1.3.6' jsr305Version = '3.0.2' @@ -24,7 +24,7 @@ buildscript { } plugins { - id "de.undercouch.download" version "4.1.1" + id "de.undercouch.download" version "4.1.2" } task downloadCrowdin(type: Download) { diff --git a/settings.gradle b/settings.gradle index 0e89ecec..462dafd2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ pluginManagement { - def agpVersion = "7.0.0" - def kotlinVersion = "1.5.21" + def agpVersion = "7.0.2" + def kotlinVersion = "1.5.31" repositories { gradlePluginPortal() google() -- cgit v1.2.3-59-g8ed1b