You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,20 @@ Support my work:
3
3
**Follow me on [Twitter](https://twitter.com/pascalschwenke) and add me on [LinkedIn](https://www.linkedin.com/in/pascal-schwenke-537a8a169/)!**
4
4
5
5
6
-
# In-App Review plugin for Godot 3.2.3
6
+
# In-App Review plugin for Godot 3.3
7
7
8
-
This plugin implements the [Google Play In-App Review API](https://developer.android.com/guide/playcore/in-app-review/) for [Godot 3.2.3](https://godotengine.org/).
8
+
This plugin implements the [Google Play In-App Review API](https://developer.android.com/guide/playcore/in-app-review/) for [Godot 3.3](https://godotengine.org/).
1. Follow the [official documentation](https://docs.godotengine.org/en/latest/getting_started/workflow/export/android_custom_build.html) to configure, install and enable an Android Custom Build.
15
15
2. Download the In-App Review plugin from the release tab.
16
16
3. Extract the contents of InAppReviewPlugin.7z to `res://android/plugins`
17
17
4. Call the plugin from a godot script (see chapter below).
18
-
5. When exporting your game via a preset in `Project>Export...` make sure that `Use Custom Build` and `Review Plugin` is checked.
18
+
5. Go to the folder `res://android/build`open the file config.gradle and make sure at least `minSdk : 21` is set.
19
+
6. When exporting your game via a preset in `Project>Export...` make sure that `Use Custom Build` and `Review Plugin` is checked.
19
20
20
21
## Using the plugin in a Godot script
21
22
Check if the singleton instance of `ReviewPlugin` is available. Optionally you can connect the signals of the plugin.
0 commit comments