build: upgrade dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2022-03-03 11:52:56 +05:30
parent 72dc677819
commit 751ce54fa5
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ buildscript {
fragmentVersion = '1.4.1'
jsr305Version = '3.0.2'
junitVersion = '4.13.2'
lifecycleRuntimeKtxVersion = '2.4.0'
lifecycleRuntimeKtxVersion = '2.4.1'
materialComponentsVersion = '1.5.0'
preferenceVersion = '1.2.0'
zxingEmbeddedVersion = '4.3.0'
@ -24,7 +24,7 @@ buildscript {
}
plugins {
id "de.undercouch.download" version "4.1.2"
id "de.undercouch.download" version "5.0.1"
}
task downloadCrowdin(type: Download) {

View File

@ -1,5 +1,5 @@
pluginManagement {
def agpVersion = "7.0.4"
def agpVersion = "7.1.2"
def kotlinVersion = "1.6.10"
repositories {
gradlePluginPortal()