Skip to content
This repository was archived by the owner on May 7, 2022. It is now read-only.

Commit 43fcf24

Browse files
committed
Improve compatibility
1 parent e63709a commit 43fcf24

File tree

7 files changed

+248
-245
lines changed

7 files changed

+248
-245
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ dependencies {
211211
// Run this once to be able to run the application with BUCK
212212
// puts all compile dependencies into folder libs for BUCK to use
213213
task copyDownloadableDepsToLibs(type: Copy) {
214-
from configurations.compile
214+
from configurations.implementation
215215
into 'libs'
216216
}
217217

0 commit comments

Comments
 (0)