diff --git a/template/android/app/build.gradle b/template/android/app/build.gradle index 8dc22f4e870..4e64e6a0d08 100644 --- a/template/android/app/build.gradle +++ b/template/android/app/build.gradle @@ -220,7 +220,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' }