diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-05-26 15:34:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 15:34:06 +0200 |
commit | 24ad4894ccf38a904f4bc931ffd4c1d63d382dcc (patch) | |
tree | 9112a9332943565415da522ee0aebadb04851d8a /platform/android/plugin | |
parent | f8005cb699123bf6b04ab7abd381036ee19f36e4 (diff) | |
parent | 4b00bf8e8389d33e220e079c8d2c1e699e7c53b5 (diff) |
Merge pull request #39050 from timoschwarzer/google-play-billing-4.0
(4.0) Re-implement GodotPayment Android plugin using the Google Play Billing library
Diffstat (limited to 'platform/android/plugin')
-rw-r--r-- | platform/android/plugin/godot_plugin_config.h | 2 |
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 c59a56717e..5bc0fc3a58 100644 --- a/platform/android/plugin/godot_plugin_config.h +++ b/platform/android/plugin/godot_plugin_config.h @@ -94,7 +94,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 =*/{} }; |