Skip to content

Commit

Permalink
Bump android-browser-helper billing library
Browse files Browse the repository at this point in the history
  • Loading branch information
orbital17 committed Jul 31, 2024
1 parent 5135214 commit 67df6ef
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 67df6ef

Please sign in to comment.