Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 8ae8506

Browse files
authored
Fixed typos and bumped version (#4050)
1 parent 0f64adf commit 8ae8506

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.4+1
2+
3+
* Fixed typos.
4+
15
## 0.1.4
26

37
* Added support for launchPriceChangeConfirmationFlow in the BillingClientWrapper and in InAppPurchaseAndroidPlatformAddition.

packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ private void startConnection(
334334
@Override
335335
public void onBillingSetupFinished(BillingResult billingResult) {
336336
if (alreadyFinished) {
337-
Log.d(TAG, "Tried to call onBilllingSetupFinished multiple times.");
337+
Log.d(TAG, "Tried to call onBillingSetupFinished multiple times.");
338338
return;
339339
}
340340
alreadyFinished = true;

packages/in_app_purchase/in_app_purchase_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: in_app_purchase_android
22
description: An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
33
repository: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase/in_app_purchase_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
5-
version: 0.1.4
5+
version: 0.1.4+1
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)