From 22fdbc10b287c21e2f3324f13771ae80976e3762 Mon Sep 17 00:00:00 2001 From: Jacopo Tediosi Date: Wed, 22 Mar 2023 03:52:12 +0100 Subject: [PATCH] Updated Gradle dependencies --- app/build.gradle | 6 ++---- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1481982..44c1f7f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,11 +61,9 @@ android { dependencies { def libsuVersion = '5.0.3' - implementation 'androidx.appcompat:appcompat:1.5.1' - implementation 'com.google.android.material:material:1.7.0' + implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.android.volley:volley:1.2.1' implementation 'com.google.protobuf:protobuf-javalite:3.8.0' diff --git a/build.gradle b/build.gradle index 40dd838..3bdc9f9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.3.1' + classpath 'com.android.tools.build:gradle:7.4.2' classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.1' // 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 71cc305..a5a24c0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Aug 23 12:25:00 CEST 2021 +#Wed Mar 22 03:25:56 CET 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME