-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to 7.1 of android billing #631
Comments
In the Readme there is a mention of 'Version 8 Major Updates', however, nuget only shows 7.1.3. Is the v8 not released yet? |
I had to search nuget and found the beta release. Is this it? |
The versions don't align with Android billing library stuff. 8.0.3-beta uses BillingClient 6.2.1 |
@jamesmontemagno Sorry, that wasn't very clear. On the readme it says to use the v8 Major Version (the only v8 I see is the beta), and here are you saying don't use the v8 beta? Which is the correct version to use with the Android Billing v7? |
v8 is now out on stable and that is built against Android Billing v6.2 |
Thanks for clarifying! will try it out now |
@jamesmontemagno still open question on this, should I be targeting 6.2.1 here:
or the latest v7 version 7.1.1 and change the android:value = "7.1.1"? https://developer.android.com/google/play/billing/release-notes |
It is whatever version i built it against. Although you shouldn't have to add it anymore |
Ah even better, I will go ahead and remove |
Is now available: https://developer.android.com/google/play/billing/migrate-gpblv7
The text was updated successfully, but these errors were encountered: