Skip to content

Commit

Permalink
Revert AGP to 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Sep 25, 2024
1 parent 15b89bf commit 9255a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation("com.android.tools.build:gradle:8.5.2")
implementation("com.android.tools.build:gradle:8.3.1")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")
// See https://github.com/google/dagger/issues/3068#issuecomment-999118496
// for why it should be here.
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object publishingConfig {
object versions {

const val kotlin = "2.0.20" // also in buildSrc build.gradle.kts file
const val androidPlugin = "8.5.2" // also in buildSrc build.gradle.kts file
const val androidPlugin = "8.3.1" // also in buildSrc build.gradle.kts file
const val detektPlugin = "1.23.7"
const val ktlintPlugin = "12.1.1"
const val gradleVersionsPlugin = "0.51.0"
Expand Down

0 comments on commit 9255a82

Please sign in to comment.