Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {

// If minSdk is like 25 or below, we seemingly need to desugar when
// using aspectjrt 1.9.22 or above
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")

// Instrumented testing
androidTestImplementation "androidx.test.ext:junit:1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
//Android Gradle Plugin (AGP)
classpath "com.android.tools.build:gradle:8.8.1"
classpath "com.android.tools.build:gradle:8.8.2"

//Kotlin
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
Expand Down
Loading