Skip to content

Commit

Permalink
Update gradle plugin version to 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 24, 2024
1 parent 905c922 commit aa883e8
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 239 deletions.
2 changes: 1 addition & 1 deletion android/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object Versions {
// The androidAapt plugin version must be in sync with the android plugin version.
// Required for Gradle metadata verification to work properly, see:
// https://github.com/gradle/gradle/issues/19228
const val android = "8.1.4"
const val android = "8.2.1"
const val androidAapt = "$android-10154469"
const val playPublisher = "3.8.4"
const val dependencyCheck = "8.3.1"
Expand Down
Loading

0 comments on commit aa883e8

Please sign in to comment.