Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 8, 2024
1 parent bdecd44 commit ac931f3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions resources/.test/gradle_6.5/app.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,4 @@ dependencies {
implementation project(':reactnativevoiceprocessor')
}

// Run this once to be able to run the application with BUCK
// puts all compile dependencies into folder libs for BUCK to use
task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
into 'libs'
}

apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)Z
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)

0 comments on commit ac931f3

Please sign in to comment.