Skip to content

Commit

Permalink
add iqiyi xcrash dependency in sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqnqn committed Oct 27, 2020
1 parent f3cd5a8 commit df83fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcrash_sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

Expand Down

0 comments on commit df83fca

Please sign in to comment.