diff --git a/template/android/app/build.gradle b/template/android/app/build.gradle index 3e76ea0e075..c8d4b0e5bf9 100644 --- a/template/android/app/build.gradle +++ b/template/android/app/build.gradle @@ -210,7 +210,7 @@ dependencies { // 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 + from configurations.implementation into 'libs' }