From 0d364dc6b6960fbe434fb5c798fb2f99e01857d9 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 23 Jun 2023 14:42:14 -0700 Subject: [PATCH] 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 --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 188113e1a..3bb091de8 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bd5c569f7..874453fc8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -5,6 +5,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists