From ca892d7b237982fbd98d3bb969fce1588aee7550 Mon Sep 17 00:00:00 2001 From: Hamza417 <23103729+Hamza417@users.noreply.github.com> Date: Sun, 2 Mar 2025 20:56:35 +0530 Subject: [PATCH] chore: gradle update --- app/build.gradle | 10 +++------- build.gradle | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6eb518b4..433d3e56 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -125,7 +125,7 @@ android { dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' // Tests testImplementation 'junit:junit:4.13.2' @@ -134,7 +134,7 @@ dependencies { // AndroidX implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.fragment:fragment-ktx:1.8.6' implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0' @@ -165,8 +165,4 @@ dependencies { // Leak Canary -- debugImplementation because LeakCanary should only run in debug builds. // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5' -} - -repositories { - mavenCentral() -} +} \ No newline at end of file diff --git a/build.gradle b/build.gradle index 76b9cb0d..a4f88705 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.8.1' + classpath 'com.android.tools.build:gradle:8.8.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" classpath 'com.google.gms:google-services:4.4.2'