Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kezong committed Jul 25, 2019
1 parent 6aa7c85 commit b23e772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/lib-main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ android {
}
}

// if you change the value to true, the remote dependency's dependencies also to embed in final aar.
// If the value is changed to true, the dependencies of the remote dependency will also be embedded in the final aar.
// the default value of transitive is false
configurations.embed.transitive = false
configurations.embed.transitive = true

dependencies {
implementation fileTree(dir: 'libs', include: '*.jar')
Expand Down

0 comments on commit b23e772

Please sign in to comment.