Re-implement GodotPayment Android plugin using the Google Play Billing library

This commit is contained in:
Timo Schwarzer
2020-05-25 12:44:08 +02:00
parent 34d7e30798
commit 4b00bf8e83
15 changed files with 234 additions and 1937 deletions

View File

@ -91,7 +91,7 @@ static const PluginConfig GODOT_PAYMENT = {
/*.binary_type =*/"local",
/*.binary =*/"res://android/build/libs/plugins/GodotPayment.release.aar",
/*.local_dependencies =*/{},
/*.remote_dependencies =*/{},
/*.remote_dependencies =*/String("com.android.billingclient:billing:2.2.1").split("|"),
/*.custom_maven_repos =*/{}
};