Skip to content

Commit

Permalink
Bump Gradle minSdkVersion (#91)
Browse files Browse the repository at this point in the history
Summary:

bd94aae bumped to NDK 26 (latest LTS NDK).

NDK 26 [dropped](https://github.com/android/ndk/wiki/Changelog-r26) [support](android/ndk#1751) for KitKat, and NDK 25 already required minSDK 19, so our minSdk of 15 is too low.

This bumps the minSdk, so that when we publish AARs for next fbjni published version, it errors if user is on earlier SDK.

Differential Revision: D51146044
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Nov 9, 2023
1 parent e44a457 commit 1300814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

defaultConfig {
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 34
buildConfigField "boolean", "IS_INTERNAL_BUILD", 'true'
namespace "com.facebook.fbjni"
Expand Down

0 comments on commit 1300814

Please sign in to comment.