Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versionCode
Browse files Browse the repository at this point in the history
We burned versionCode 80 - as after we uploaded and submitted the APK Google rejected it with the following vulnerability message:

------
onReceivedSslError

Detected in APK 80
Your app is using an unsafe implementation of WebViewClient.onReceivedSslError handler. Please see this Google Help Center article for details, including the deadline for fixing the vulnerability.
Vulnerable classes:
•	com.microsoft.live.AuthorizationRequest$OAuthDialog$AuthorizationWebViewClient
------

And we can't upload another APK with versionCode 80, so we'll bump to 81.
barbeau committed Mar 3, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bc35889 commit 28f708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onebusaway-android/build.gradle
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 21
versionCode 80
versionCode 81
versionName "2.2.0"

// multi dex enabled

0 comments on commit 28f708f

Please sign in to comment.