Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ def isNewArchitectureEnabled() {

def IS_NEW_ARCHITECTURE_ENABLED = isNewArchitectureEnabled()

if (IS_NEW_ARCHITECTURE_ENABLED) {
apply plugin: "com.facebook.react"
}

def DEFAULT_COMPILE_SDK_VERSION = 26
def DEFAULT_BUILD_TOOLS_VERSION = "26.0.3"
def DEFAULT_TARGET_SDK_VERSION = 26
Expand Down
Loading