feat: support Android IAP (#2286)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run

This commit is contained in:
Huang Xin 2025-10-22 00:24:50 +08:00 committed by GitHub
parent 28ef414c3d
commit 8737535b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 1439 additions and 93 deletions

View file

@ -33,6 +33,7 @@ android {
}
dependencies {
implementation("com.android.billingclient:billing-ktx:7.1.1")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.browser:browser:1.8.0")