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:
committed by
Facebook GitHub Bot
parent
62f4582f0e
commit
0d364dc6b6
@@ -11,7 +11,7 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
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 'com.vanniktech:gradle-maven-publish-plugin:0.25.2'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
|
||||||
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.8.20"
|
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.8.20"
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -5,6 +5,6 @@
|
|||||||
|
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
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
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
Reference in New Issue
Block a user