Skip to content

Commit

Permalink
Android part
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan Krokhmaliuk committed Jul 22, 2021
1 parent 09ef387 commit 34807fb
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 289 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,6 @@
## 5.5.0
+ DEPRECATED: removed dataAndroid and originalJsonAndroid from PurchasedItem. Use transaction receipt instead as it is the same object.

## 5.0.2
+ Replaced obfuscatedAccountIdAndroid with obfuscatedAccountId in request purchase method [#299](https://github.com/dooboolab/flutter_inapp_purchase/pull/299)

Expand All @@ -8,7 +11,7 @@
+ Support null safety [#275](https://github.com/dooboolab/flutter_inapp_purchase/pull/275)

## 4.0.2
+ The dart side requires "introductoryPriceCyclesAndroid" to be a int [#268](https://github.com/dooboolab/flutter_inapp_purchase/pull/268)
+ The dart side requires "introductoryPriceCyclesAndroid" to be an int [#268](https://github.com/dooboolab/flutter_inapp_purchase/pull/268)

## 4.0.1
+ `platform` dep version `>=2.0.0 <4.0.0`
Expand Down

0 comments on commit 34807fb

Please sign in to comment.