Releases: moisoni97/google-inapp-billing
Releases · moisoni97/google-inapp-billing
v1.1.7
17 Sep 21:26
Compare
Sorry, something went wrong.
No results found
Improvements
Upgrade to Google Billing v8
New callback onProductQueryError that is useful for identifying configuration errors in the Play Console
Breaking changes
New BillingEventListener: onProductQueryError needs to be overridden
v1.1.6
02 Jul 12:15
Compare
Sorry, something went wrong.
No results found
Improvement
Remove coreLibraryDesugaring dependency for easier integration and keep compatibility for older devices
v1.1.5
19 May 22:49
Compare
Sorry, something went wrong.
No results found
Improvements
Better pending purchases process for special use case
Automatically handles the BillingConnector instance release when no longer needed to prevent memory leaks.
Other small changes
Breaking changes
Refactor BillingEventListener to a different package. Now you'll need to use import games.moisoni.google_iab.listeners.BillingEventListener;
Added lifecycle object to the BillingConnector constructor. Pass null to handle instance cleanup manually
v1.1.4
25 Mar 11:52
Compare
Sorry, something went wrong.
No results found
Updated to Google Billing v7+
v1.1.3
09 Sep 11:54
Compare
Sorry, something went wrong.
No results found
Improvement
Upgraded to Google Billing v6.0.1 to solve issues with the Play Store
v1.1.2
19 Jun 09:14
Compare
Sorry, something went wrong.
No results found
Updated to Google Billing v6+
Migration thanks to @mert-karadeniz
Other improvements/changes
v1.1.1
12 Sep 19:40
Compare
Sorry, something went wrong.
No results found
Improvement
Fixed issue with the price showing the description instead of the actual price
Breaking changes
Removed old getPrice()
Added getOneTimePurchaseOfferPrice and getSubscriptionOfferPrice(int selectedOfferIndex, int selectedPricingPhaseIndex)
v1.1.0
08 Sep 19:47
Compare
Sorry, something went wrong.
No results found
Improvements
Fixed the APK increase size issue. Thanks to @YahlaMobile
Added example for "remove ads button" scenario in the sample app
v1.0.9
06 Sep 20:37
Compare
Sorry, something went wrong.
No results found
Updated to Google Billing v5+
Migration thanks to @mert-karadeniz
Other small improvements/changes
Breaking changes
Refactoring to match with the new Google Billing documentation ("sku" has been replaced with "product")
ErrorType.SKU_NOT_EXIST replaced with ErrorType.PRODUCT_NOT_EXIST
ProductType.NONE replaced with ProductType.COMBINED
v1.0.8
10 Dec 18:33
Compare
Sorry, something went wrong.
No results found
Improvement
Removed redundant isEmpty parameter from onPurchasedProductsFetched listener