Android Gradle Plugin 8.2.1 (#1548)

Summary:
We technically didn't need to be on the Beta before for NDK 26, but this bumps to the latest, non-prerelease version.

Pull Request resolved: https://github.com/facebook/yoga/pull/1548

Reviewed By: christophpurrer

Differential Revision: D52749378

Pulled By: NickGerleman

fbshipit-source-id: c1940976e6b240aba2af5a2863f189280701ebd3
This commit is contained in:
Nick Gerleman
2024-01-12 22:49:14 -08:00
committed by Facebook GitHub Bot
parent 8c3e01166b
commit 508df05f0d

View File

@@ -6,8 +6,8 @@
*/
plugins {
id("com.android.library") version "8.2.0-beta06" apply false
id("com.android.application") version "8.2.0-beta06" apply false
id("com.android.library") version "8.2.1" apply false
id("com.android.application") version "8.2.1" apply false
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
}