Skip to content

Commit 751ce54

Browse files
committed
build: upgrade dependencies
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 72dc677 commit 751ce54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
fragmentVersion = '1.4.1'
1515
jsr305Version = '3.0.2'
1616
junitVersion = '4.13.2'
17-
lifecycleRuntimeKtxVersion = '2.4.0'
17+
lifecycleRuntimeKtxVersion = '2.4.1'
1818
materialComponentsVersion = '1.5.0'
1919
preferenceVersion = '1.2.0'
2020
zxingEmbeddedVersion = '4.3.0'
@@ -24,7 +24,7 @@ buildscript {
2424
}
2525

2626
plugins {
27-
id "de.undercouch.download" version "4.1.2"
27+
id "de.undercouch.download" version "5.0.1"
2828
}
2929

3030
task downloadCrowdin(type: Download) {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pluginManagement {
2-
def agpVersion = "7.0.4"
2+
def agpVersion = "7.1.2"
33
def kotlinVersion = "1.6.10"
44
repositories {
55
gradlePluginPortal()

0 commit comments

Comments
 (0)