gradle: update AndroidX and Kotlin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
98fe4438d5
commit
f269fb175d
12
build.gradle
12
build.gradle
@ -1,21 +1,21 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
activityVersion = '1.5.1'
|
activityVersion = '1.6.1'
|
||||||
annotationsVersion = '1.4.0'
|
annotationsVersion = '1.5.0'
|
||||||
appcompatVersion = '1.4.2'
|
appcompatVersion = '1.5.1'
|
||||||
biometricVersion = '1.1.0'
|
biometricVersion = '1.1.0'
|
||||||
collectionVersion = '1.2.0'
|
collectionVersion = '1.2.0'
|
||||||
constraintLayoutVersion = '2.1.4'
|
constraintLayoutVersion = '2.1.4'
|
||||||
coordinatorLayoutVersion = '1.2.0'
|
coordinatorLayoutVersion = '1.2.0'
|
||||||
coreKtxVersion = '1.8.0'
|
coreKtxVersion = '1.9.0'
|
||||||
coroutinesVersion = '1.6.4'
|
coroutinesVersion = '1.6.4'
|
||||||
datastoreVersion = '1.0.0'
|
datastoreVersion = '1.0.0'
|
||||||
desugarVersion = '1.1.5'
|
desugarVersion = '1.1.5'
|
||||||
fragmentVersion = '1.5.1'
|
fragmentVersion = '1.5.4'
|
||||||
jsr305Version = '3.0.2'
|
jsr305Version = '3.0.2'
|
||||||
junitVersion = '4.13.2'
|
junitVersion = '4.13.2'
|
||||||
lifecycleRuntimeKtxVersion = '2.5.1'
|
lifecycleRuntimeKtxVersion = '2.5.1'
|
||||||
materialComponentsVersion = '1.6.1'
|
materialComponentsVersion = '1.7.0'
|
||||||
preferenceVersion = '1.2.0'
|
preferenceVersion = '1.2.0'
|
||||||
zxingEmbeddedVersion = '4.3.0'
|
zxingEmbeddedVersion = '4.3.0'
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
def agpVersion = "7.2.2"
|
def agpVersion = "7.3.1"
|
||||||
def kotlinVersion = "1.7.10"
|
def kotlinVersion = "1.7.22"
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
google()
|
google()
|
||||||
|
Loading…
Reference in New Issue
Block a user