Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
please add implementation 'com.android.billingclient:billing:x.x.x' for iab plugin — Gideros Forum

please add implementation 'com.android.billingclient:billing:x.x.x' for iab plugin

according to the document:
https://developer.android.com/google/play/billing/billing_library_overview
Add the following line to the dependencies section of the build.gradle file for your app:
dependencies {
...
implementation 'com.android.billingclient:billing:2.0.0'
}

I pasted these code into the iab.plugin, I'm not sure whether it's the right way, but it works.
Please confirm and update the official release in a right way.



app/src/main/aidl/com/android





//TAG-DEPENDENCIES//

implementation 'com.android.billingclient:billing:2.0.0'




Likes: hgy29, Apollo14

+1 -1 (+2 / -0 )Share on Facebook

Comments

Sign In or Register to comment.