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

Commit 52a8d85

Browse files
committed
fix: upgrade deps, including rns to 6.1.4, fixing an android issue
- see spokestack/react-native-spokestack@b127e05 for details
1 parent ccb8d13 commit 52a8d85

File tree

7 files changed

+262
-253
lines changed

7 files changed

+262
-253
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)