Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit 712e9c7

Browse files
passyfacebook-github-bot
authored andcommitted
Bump ndk (#72)
Summary: Bump to the latest NDK. Pull Request resolved: facebookincubator/fbjni#72 Test Plan: ./gradlew assembleDebug Reviewed By: lblasa Differential Revision: D32593098 Pulled By: passy fbshipit-source-id: e5a35070e7b85e4926157d6bf07496cadd01606c
1 parent 38d8f7c commit 712e9c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deps/fbjni/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ repositories {
3838
}
3939

4040
android {
41-
compileSdkVersion 29
42-
buildToolsVersion '29.0.3'
43-
ndkVersion '21.1.6352462'
41+
compileSdkVersion 31
42+
ndkVersion '23.1.7779620'
4443

4544
externalNativeBuild {
4645
cmake {

0 commit comments

Comments
 (0)