Skip to content

Commit

Permalink
解决开机失败问题(可能)
Browse files Browse the repository at this point in the history
捕捉toast.show的错误

Resolve boot failure (possible)
Catch the error of toast.show
  • Loading branch information
w2016561536 committed Dec 4, 2021
1 parent 9820115 commit 0aa1e78
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 102 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ android {
defaultConfig {
applicationId "com.example.vcam"
minSdk 21
targetSdk 29
versionCode 21
versionName "3.8"
targetSdk 27
versionCode 22
versionName "3.9"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 21,
"versionName": "3.8",
"versionCode": 22,
"versionName": "3.9",
"outputFile": "app-release.apk"
}
],
Expand Down
Loading

0 comments on commit 0aa1e78

Please sign in to comment.