Upgrade AGP to 8.0.2 (#4850)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/4850

Quick drive-by change to avoid falling that far behind again as we did before the last Sustainathon.

Reviewed By: antonk52

Differential Revision: D46859127

fbshipit-source-id: 91fe675fc16ea66544920eeea070b344fa66340a
This commit is contained in:
Pascal Hartig
2023-06-23 14:42:14 -07:00
committed by Facebook GitHub Bot
parent 62f4582f0e
commit 0d364dc6b6
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.1'
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.8.20"