build: upgrade dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
72dc677819
commit
751ce54fa5
@ -14,7 +14,7 @@ buildscript {
|
|||||||
fragmentVersion = '1.4.1'
|
fragmentVersion = '1.4.1'
|
||||||
jsr305Version = '3.0.2'
|
jsr305Version = '3.0.2'
|
||||||
junitVersion = '4.13.2'
|
junitVersion = '4.13.2'
|
||||||
lifecycleRuntimeKtxVersion = '2.4.0'
|
lifecycleRuntimeKtxVersion = '2.4.1'
|
||||||
materialComponentsVersion = '1.5.0'
|
materialComponentsVersion = '1.5.0'
|
||||||
preferenceVersion = '1.2.0'
|
preferenceVersion = '1.2.0'
|
||||||
zxingEmbeddedVersion = '4.3.0'
|
zxingEmbeddedVersion = '4.3.0'
|
||||||
@ -24,7 +24,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "de.undercouch.download" version "4.1.2"
|
id "de.undercouch.download" version "5.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
task downloadCrowdin(type: Download) {
|
task downloadCrowdin(type: Download) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
def agpVersion = "7.0.4"
|
def agpVersion = "7.1.2"
|
||||||
def kotlinVersion = "1.6.10"
|
def kotlinVersion = "1.6.10"
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
|
Loading…
Reference in New Issue
Block a user