From 3e4a3a294f886f03b205ac1f0275302e4e87c46d Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 3 Feb 2022 10:05:37 +0000 Subject: [PATCH] Update dependencies and use stable version. --- app/build.gradle | 11 +++++------ build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bad12f3e0..a86a39494 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,11 +33,11 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'com.google.android.material:material:1.6.0-alpha02' - implementation 'androidx.navigation:navigation-fragment-ktx:2.4.0-rc01' - implementation 'androidx.navigation:navigation-ui-ktx:2.4.0-rc01' + implementation 'androidx.navigation:navigation-fragment-ktx:2.4.0' + implementation 'androidx.navigation:navigation-ui-ktx:2.4.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' @@ -50,6 +50,5 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-jackson:2.9.0' - implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.0' - + implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.1' } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 33f89d308..24dcafffa 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.4' + classpath 'com.android.tools.build:gradle:7.1.0' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 62e1ba906..879cbe509 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Thu Dec 09 16:25:51 GST 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME