Skip to content

Commit

Permalink
#update lib_crash
Browse files Browse the repository at this point in the history
  • Loading branch information
wumeng1 authored and wumeng1 committed Jul 21, 2021
1 parent d495afb commit 669a5a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions lib_crash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ android {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
compileOnly "androidx.appcompat:appcompat:$ext.appcompat_version"
implementation project(':lib_util')

//bugly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ public BuglyException(@Nullable Throwable cause) {
public BuglyException(@Nullable String message, @Nullable Throwable cause) {
super(message, cause);
}


}

0 comments on commit 669a5a1

Please sign in to comment.