mirror of
https://github.com/readest/readest.git
synced 2026-04-29 12:00:49 +00:00
feat: support Android IAP (#2286)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run
This commit is contained in:
parent
28ef414c3d
commit
8737535b90
21 changed files with 1439 additions and 93 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue