From b23e772c793a800359a3ce3832cc23fa96d52526 Mon Sep 17 00:00:00 2001 From: kezong <379977@qq.com> Date: Thu, 25 Jul 2019 22:36:59 +0800 Subject: [PATCH] update build.gradle --- example/lib-main/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/lib-main/build.gradle b/example/lib-main/build.gradle index 2e6ffd7f..fb7e89e3 100644 --- a/example/lib-main/build.gradle +++ b/example/lib-main/build.gradle @@ -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')