facebookincubator / fbjni

A library designed to simplify the usage of the Java Native Interface
Apache License 2.0
266 stars 47 forks source link

Bump NDK to 26 & targetSDK to 34 #88

Closed cortinico closed 12 months ago

cortinico commented 1 year ago

Motivation

React Native is on NDK 26 so we're aligning all the native dependencies to be on the same NDK version.

Summary

Test Plan

Tested with

./gradlew build
facebook-github-bot commented 1 year ago

@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

NickGerleman commented 12 months ago

https://github.com/facebookincubator/fbjni/commit/bd94aae8f47ffa012783b94bf53379f0db84f725 Did the same thing. But I discovered we also should bump minSdkVersion. Making a new PR for that.