do-not-review first commit play billing snippets 09122025#735
do-not-review first commit play billing snippets 09122025#735kumann-dev wants to merge 2 commits intomainfrom
Conversation
first commit play billing snippets 09122025
kumann-dev
left a comment
There was a problem hiding this comment.
First commit of play billing snippets that will be used in the https://developer.android.com/google/play/billing DAC pages
| dependencies { | ||
|
|
||
| // OSS Plugin | ||
| implementation 'com.google.android.gms:play-services-oss-licenses:17.1.0' |
There was a problem hiding this comment.
The dependencies version must be defined in the Gradle version catalog instead of being hard-coded here to avoid different versions across our modules
| @@ -0,0 +1,45 @@ | |||
| /* Copyright 2022 Google LLC | |||
There was a problem hiding this comment.
This whole folder is an Android Studio project. You should create a module within the existing project at the root level
There was a problem hiding this comment.
Can you please help me understand this comment? Do we already have an Android app in which we can add our play billing snippets OR do we have to create a new Android app specifically for Play Billing?
There was a problem hiding this comment.
You need to open the root folder as a project in Android Studio and create a module in that existing project
first commit play billing snippets 09122025