summaryrefslogtreecommitdiffstats
path: root/platform/android/plugin/godot_plugin_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/plugin/godot_plugin_config.h')
-rw-r--r--platform/android/plugin/godot_plugin_config.h2
1 files changed, 1 insertions, 1 deletions
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 =*/{}
};