Skip to content

Commit

Permalink
Merge branch 'fix-8.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Oct 29, 2013
2 parents 319154a + 5800cc5 commit 73076b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog

All dates are in the European Central timezone.

Version 8.3 *(2013-10-29)*
-----------------

* Crash fix for In-App billing.

Version 8.2 *(2013-10-23)*
-----------------

Expand Down
4 changes: 2 additions & 2 deletions SeriesGuide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
productFlavors {
free {
packageName "com.battlelancer.seriesguide"
versionCode 179
versionName "8.2"
versionCode 181
versionName "8.3"
}
beta {
packageName "com.battlelancer.seriesguide.beta"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ public void onServiceConnected(ComponentName name, IBinder service) {
}
else {
// no service available to handle that Intent
mServiceConn = null;
if (listener != null) {
listener.onIabSetupFinished(
new IabResult(BILLING_RESPONSE_RESULT_BILLING_UNAVAILABLE,
Expand Down

0 comments on commit 73076b3

Please sign in to comment.