Skip to content

Commit

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

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.

Reviewed By: rshest

Differential Revision: D51146044

fbshipit-source-id: de1b38de0f2bd0afe9ed7ac074eaf7eb07903d40
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Nov 11, 2023
1 parent d128913 commit 08a04f0
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 08a04f0

Please sign in to comment.