From df83fca59c6a4a79eff882a950969677a09ce97a Mon Sep 17 00:00:00 2001 From: Xu Qingqing Date: Tue, 27 Oct 2020 18:37:19 +0800 Subject: [PATCH] add iqiyi xcrash dependency in sample project --- xcrash_sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcrash_sample/build.gradle b/xcrash_sample/build.gradle index 16b843e..3e9c27a 100644 --- a/xcrash_sample/build.gradle +++ b/xcrash_sample/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.1' - //implementation 'io.hexhacking.xcrash:xcrash-android-lib:3.0.0' + //implementation 'com.iqiyi.xcrash:xcrash-android-lib:3.0.0' implementation project(':xcrash_lib') }