Skip to content

Commit

Permalink
Merge pull request #56 from cafebazaar/ready-for-release-1.2.3
Browse files Browse the repository at this point in the history
Release 1.2.3
  • Loading branch information
msmoradi authored Oct 30, 2021
2 parents ecc849c + 7475d64 commit 589e5e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion poolakey/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<uses-permission android:name="com.farsitel.bazaar.permission.PAY_THROUGH_BAZAAR" />

<application>
<receiver android:name=".receiver.BillingReceiver">
<receiver android:name=".receiver.BillingReceiver"
android:exported="true"
>
<intent-filter>
<action android:name="com.farsitel.bazaar.purchase" />
<action android:name="com.farsitel.bazaar.billingSupport" />
Expand Down
2 changes: 1 addition & 1 deletion version-manager.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ ext {
'targetSdkVersion' : 29
]

poolakeyVersion = "1.2.2"
poolakeyVersion = "1.2.3"

}

0 comments on commit 589e5e3

Please sign in to comment.