Skip to content

Commit

Permalink
Upgrade AGP dependency from 8.2.0 to 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Jan 4, 2024
1 parent 0bc6699 commit c9e3818
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ dependencies {
implementation("io.github.oneuiproject:icons:1.1.0")

implementation("com.android.volley:volley:1.2.1")
implementation("org.jsoup:jsoup:1.17.1")
implementation("com.airbnb.android:lottie:6.2.0")
implementation("org.jsoup:jsoup:1.17.2")
implementation("com.airbnb.android:lottie:6.3.0")

implementation("androidx.core:core-splashscreen:1.0.1")
implementation("androidx.core:core-animation:1.0.0-rc01")
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:8.2.0")
classpath("com.android.tools.build:gradle:8.2.1")
//classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.9.0-1.0.11")
}
}
Expand All @@ -20,8 +20,8 @@ allprojects {
}

plugins {
id("com.android.application") version "8.2.0" apply false
id("com.android.library") version "8.2.0" apply false
id("com.android.application") version "8.2.1" apply false
id("com.android.library") version "8.2.1" apply false
id("org.jetbrains.kotlin.android") version "1.7.20" apply false
id("com.google.dagger.hilt.android") version "2.42" apply false
}
Expand Down

0 comments on commit c9e3818

Please sign in to comment.