Skip to content

Commit

Permalink
fix: remove redundant dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Aug 30, 2019
1 parent 1d7bf06 commit 4849290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/android/app/build.gradle
Expand Up @@ -172,7 +172,6 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(':react-native-share')
implementation "androidx.appcompat:appcompat:${rootProject.ext.supportLibVersion}"
implementation "com.facebook.react:react-native:+" // From node_modules

if (enableHermes) {
Expand Down

0 comments on commit 4849290

Please sign in to comment.