Skip to content

Commit

Permalink
Fixed {}
Browse files Browse the repository at this point in the history
  • Loading branch information
tom5079 committed Jan 20, 2022
1 parent 6bebd36 commit 8d8c5ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
minSdkVersion 16
targetSdkVersion 31
versionCode 69
versionName "5.2.17"
versionName "5.2.18"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 69,
"versionName": "5.2.17",
"versionName": "5.2.18",
"outputFile": "app-release.apk"
}
],
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/xyz/quaver/pupil/Pupil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ fun initWebView(context: Context) {
CoroutineScope(Dispatchers.Unconfined).launch {
_webViewFlow.emit(uid to null)
}
Toast.makeText(context, message, Toast.LENGTH_LONG).show()
FirebaseCrashlytics.getInstance().log(
"onError: $message"
)
Expand Down

0 comments on commit 8d8c5ac

Please sign in to comment.