Skip to content

Commit

Permalink
Bump NDK to 26 & targetSDK to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Oct 13, 2023
1 parent 52a14f0 commit 117de7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id 'com.android.library' version '8.0.2'
id 'com.android.library' version '8.1.2'
id 'maven-publish'
id 'com.vanniktech.maven.publish' version '0.25.3'
}
Expand All @@ -26,8 +26,8 @@ repositories {
}

android {
compileSdk 33
ndkVersion '25.1.8937393'
compileSdk 34
ndkVersion '26.0.10792818'

externalNativeBuild {
cmake {
Expand All @@ -37,7 +37,7 @@ android {

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

Expand Down

0 comments on commit 117de7f

Please sign in to comment.