Skip to content

Commit

Permalink
Merge pull request #868 from orbital17/abh-billing-v6
Browse files Browse the repository at this point in the history
Bump android-browser-helper billing library
  • Loading branch information
ibrahimkarahan authored Aug 7, 2024
2 parents 5135214 + 67df6ef commit efde0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/features/PlayBillingFeature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class PlayBillingFeature extends EmptyFeature {
constructor() {
super('playbilling');

this.buildGradle.dependencies.push('com.google.androidbrowserhelper:billing:1.0.0-alpha10');
this.buildGradle.dependencies.push('com.google.androidbrowserhelper:billing:1.0.0-alpha11');

this.androidManifest.components.push(`
<activity
Expand Down

0 comments on commit efde0e7

Please sign in to comment.