godot-sdk-integrations / godot-google-play-billing

Godot Android plugin for the Google Play Billing library
MIT License
147 stars 46 forks source link

Update to handle Google version requirements #66

Open ajwsurfer1 opened 3 months ago

ajwsurfer1 commented 3 months ago

Updated godot-google-play-billing to compileSdkVersion & targetSdkVersion 33, minSdkVersion 21 & com.android.billingclient:billing:7.0.0

vipulbehl commented 3 months ago

Hi @ajwsurfer1

I think we'll need to update the binary version as well to something like binary="GodotGooglePlayBilling.1.3.0.release.aar" in the GodotGooglePlayBilling.gdap file.

Also I don't think this repository is maintained now, I guess we all can use your fork and get the latest binary from there?

dgsdestinygamestudios commented 3 months ago

building with "gradlew.bat build" throws an error. Plus, i don't think just updating "build.gradle" will do the trick as there are now obsolete and new methods for things.