gradle: bump AGP, Kotlin and AGP
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
36d93a8e1b
commit
2bf09f8e2d
12
build.gradle
12
build.gradle
@ -1,17 +1,17 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
activityVersion = '1.4.0'
|
activityVersion = '1.4.0'
|
||||||
annotationsVersion = '1.2.0'
|
annotationsVersion = '1.3.0'
|
||||||
appcompatVersion = '1.3.1'
|
appcompatVersion = '1.4.0'
|
||||||
biometricVersion = '1.1.0'
|
biometricVersion = '1.1.0'
|
||||||
collectionVersion = '1.1.0'
|
collectionVersion = '1.2.0'
|
||||||
constraintLayoutVersion = '2.1.1'
|
constraintLayoutVersion = '2.1.2'
|
||||||
coordinatorLayoutVersion = '1.1.0'
|
coordinatorLayoutVersion = '1.1.0'
|
||||||
coreKtxVersion = '1.7.0'
|
coreKtxVersion = '1.7.0'
|
||||||
coroutinesVersion = '1.5.2'
|
coroutinesVersion = '1.6.0'
|
||||||
datastoreVersion = '1.0.0'
|
datastoreVersion = '1.0.0'
|
||||||
desugarVersion = '1.1.5'
|
desugarVersion = '1.1.5'
|
||||||
fragmentVersion = '1.3.6'
|
fragmentVersion = '1.4.0'
|
||||||
jsr305Version = '3.0.2'
|
jsr305Version = '3.0.2'
|
||||||
junitVersion = '4.13.2'
|
junitVersion = '4.13.2'
|
||||||
lifecycleRuntimeKtxVersion = '2.4.0'
|
lifecycleRuntimeKtxVersion = '2.4.0'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
def agpVersion = "7.0.3"
|
def agpVersion = "7.0.4"
|
||||||
def kotlinVersion = "1.5.31"
|
def kotlinVersion = "1.6.10"
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
google()
|
google()
|
||||||
|
Loading…
Reference in New Issue
Block a user