Skip to content

Commit

Permalink
Fix for missing configureNdkBuildDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Feb 25, 2022
1 parent 3031d52 commit db90bbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ android {
// preBuild.dependsOn("generateCodegenArtifactsFromSchema")
preDebugBuild.dependsOn(packageReactNdkDebugLibs)
preReleaseBuild.dependsOn(packageReactNdkReleaseLibs)
configureNdkBuildDebug.dependsOn(preDebugBuild)
configureNdkBuildRelease.dependsOn(preReleaseBuild)
}
}

Expand Down

0 comments on commit db90bbb

Please sign in to comment.