Skip to content

Commit 989ba53

Browse files
alanleedevfacebook-github-bot
authored andcommitted
Bump to Gradle 8.7 and NDK 27
Summary: Bumping Gradle to 8.7 and NDK to 27.1.12297006 in prep to build native libraries with 16KB page size support See: - Changelog r27: https://github.com/android/ndk/wiki/Changelog-r27 - 16KB page sizes: https://developer.android.com/guide/practices/page-sizes Differential Revision: D64381441
1 parent 43be588 commit 989ba53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*/
77

88
plugins {
9-
id("com.android.library") version "8.2.1" apply false
10-
id("com.android.application") version "8.2.1" apply false
9+
id("com.android.library") version "8.7.0" apply false
10+
id("com.android.application") version "8.7.0" apply false
1111
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
1212
}
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
namespace = "com.facebook.yoga"
2424
compileSdk = 35
2525
buildToolsVersion = "35.0.0"
26-
ndkVersion = "26.0.10792818"
26+
ndkVersion = "27.1.12297006"
2727

2828
defaultConfig {
2929
minSdk = 21

0 commit comments

Comments
 (0)