Skip to content

Commit

Permalink
The google play billing interface is consistent with google's origina…
Browse files Browse the repository at this point in the history
…l interface (#18010)

The google play billing interface is consistent with google's original interface

---------

Co-authored-by: qiuguohua <[email protected]>
Co-authored-by: James Chen <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent 84790f5 commit c2882db
Show file tree
Hide file tree
Showing 39 changed files with 4,395 additions and 3,578 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-size-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const features = [];
files.forEach(file => {
const filePath = ps.join(exportsDir, file);
const feature = ps.parse(ps.basename(filePath)).name;
if (feature !== 'vendor') {
if (feature !== 'vendor-google') {
features.push(feature);
}
});
Expand Down
Loading

0 comments on commit c2882db

Please sign in to comment.