Back out "Upgrade gradle and maven-publish plugin" (#4146)

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

Revert: D39730258 (b43d8f5c80)

It is causing some issues with producing the necessary libraries for all supported abis (libevent-core.so)

Reviewed By: LukeDefeo

Differential Revision: D39846721

fbshipit-source-id: eb50d8eaff869fbf8ac551c1bcb0984a49545599
This commit is contained in:
Lorenzo Blasa
2022-09-27 06:28:40 -07:00
committed by Facebook GitHub Bot
parent f59df93378
commit e15dfc947c

View File

@@ -11,8 +11,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.22.0'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.20.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.7.10"
classpath "org.jetbrains.kotlin:kotlin-serialization:$KOTLIN_VERSION"