Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Revert "Bug 1879132 - Upgrade AGP to 8.3.0 version." for likely causi…
Browse files Browse the repository at this point in the history
…ng bug 1884359

This reverts commit 9db0adf.
  • Loading branch information
rvandermeulen committed Mar 8, 2024
1 parent e8c1dac commit 6e68351
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ object Versions {
const val okio = "3.8.0"
const val androidsvg = "1.4"

const val android_gradle_plugin = "8.3.0"
const val android_gradle_plugin = "8.2.2"

// This has to be synced to the gradlew plugin version. See
// http://googlesamples.github.io/android-custom-lint-rules/api-guide/example.md.html#example:samplelintcheckgithubproject/lintversion?
const val lint = "31.3.0"
const val lint = "31.2.2"
const val detekt = "1.23.5"
const val ktlint = "0.49.1"

Expand Down

0 comments on commit 6e68351

Please sign in to comment.