Skip to content

Commit

Permalink
Update billing library reference. (#689)
Browse files Browse the repository at this point in the history
* Update billing library reference.

* v1.17.0
  • Loading branch information
PEConn authored May 1, 2022
1 parent a93e945 commit c972bdb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.16.0"
"version": "1.17.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bubblewrap/cli",
"version": "1.16.0",
"version": "1.17.0",
"description": "CLI tool to Generate TWA projects from a Web Manifest",
"bin": {
"bubblewrap": "bin/bubblewrap.js"
Expand All @@ -26,8 +26,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@bubblewrap/core": "^1.16.0",
"@bubblewrap/validator": "^1.12.2",
"@bubblewrap/core": "^1.17.0",
"@bubblewrap/validator": "^1.17.0",
"@types/cli-progress": "^3.7.0",
"@types/color": "^3.0.0",
"@types/inquirer": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bubblewrap/core",
"version": "1.16.0",
"version": "1.17.0",
"description": "Core Library to generate, build and sign TWA projects",
"scripts": {
"build": "tsc",
Expand Down
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-alpha08');
this.buildGradle.dependencies.push('com.google.androidbrowserhelper:billing:1.0.0-alpha09');

this.androidManifest.components.push(`
<activity
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bubblewrap/validator",
"version": "1.12.2",
"version": "1.17.0",
"description": "Validate if an app using Trusted Web Activity fulfills the quality criteria",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit c972bdb

Please sign in to comment.