Skip to content

Commit

Permalink
chore: gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Mar 2, 2025
1 parent 25124b4 commit ca892d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down Expand Up @@ -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()
}
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit ca892d7

Please sign in to comment.