Remove NDK reference from sample app (#4597)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/4597

Not needed. The sample app doesn't have any C++ code.

Reviewed By: aigoncharov

Differential Revision: D44028696

fbshipit-source-id: 0e21e0eda1ff99dae8900fbcd4452b73745d7aa3
This commit is contained in:
Lorenzo Blasa
2023-03-13 12:06:26 -07:00
committed by Facebook GitHub Bot
parent bb6e3afba7
commit 92afeba531
2 changed files with 0 additions and 3 deletions

View File

@@ -133,8 +133,6 @@ def enableHermes = project.ext.react.get("enableHermes", false);
def nativeArchitectures = project.getProperties().get("reactNativeDebugArchitectures") def nativeArchitectures = project.getProperties().get("reactNativeDebugArchitectures")
android { android {
ndkVersion rootProject.ext.ndkVersion
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig { defaultConfig {

View File

@@ -12,7 +12,6 @@ buildscript {
minSdkVersion = 21 minSdkVersion = 21
compileSdkVersion = 31 compileSdkVersion = 31
targetSdkVersion = 31 targetSdkVersion = 31
ndkVersion = "$NDK_VERSION"
} }
repositories { repositories {
google() google()