according to the document:
https://developer.android.com/google/play/billing/billing_library_overviewAdd 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'
Comments
//TAG-DEPENDENCIES//
implementation 'com.android.billingclient:billing:2.0.0'
That is in the meantime.
I used the exported android project all the times. And I have modified my local iab.plugin file to make the exported project work automatically.
I post it here just reminder the issue to be fixed by official maintainers since I'm not sure my modification is right.
Likes: MoKaLux
https://deluxepixel.com
Could it be that you changed your original build.gradle file ?
But in my exported project, the value is always versionCode 1.
I use the Android(old) export.
Likes: antix
Thanks!
https://deluxepixel.com