Skip to content

Commit

Permalink
Use android-browser-helper:billing:1.0.0-alpha06 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreban authored Mar 2, 2021
1 parent 047cb84 commit 5ba04bc
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-alpha05');
this.buildGradle.dependencies.push('com.google.androidbrowserhelper:billing:1.0.0-alpha06');

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

0 comments on commit 5ba04bc

Please sign in to comment.