You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Re-implement GodotPayment Android plugin using the Google Play Billing library
This commit is contained in:
@@ -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 =*/{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user