From 4b00bf8e8389d33e220e079c8d2c1e699e7c53b5 Mon Sep 17 00:00:00 2001 From: Timo Schwarzer Date: Mon, 25 May 2020 12:44:08 +0200 Subject: Re-implement GodotPayment Android plugin using the Google Play Billing library --- platform/android/plugin/godot_plugin_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/plugin') diff --git a/platform/android/plugin/godot_plugin_config.h b/platform/android/plugin/godot_plugin_config.h index 9ad7de1202..2151451bc8 100644 --- a/platform/android/plugin/godot_plugin_config.h +++ b/platform/android/plugin/godot_plugin_config.h @@ -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 =*/{} }; -- cgit v1.2.3