Skip to content

Commit ebbdb4c

Browse files
NickGerlemanfacebook-github-bot
authored andcommitted
Bump Gradle minSdk
Summary: facebookincubator@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
1 parent 408af4e commit ebbdb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
defaultConfig {
39-
minSdkVersion 15
39+
minSdkVersion 21
4040
targetSdkVersion 34
4141
buildConfigField "boolean", "IS_INTERNAL_BUILD", 'true'
4242
namespace "com.facebook.fbjni"

0 commit comments

Comments
 (0)