Skip to content

V 1.2 for Godot 4.2

Choose a tag to compare

@code-with-max code-with-max released this 21 Jun 16:35
· 43 commits to master since this release

Separate release and debug plug-in versions.

func _get_android_libraries(platform: EditorExportPlatform, debug: bool) -> PackedStringArray:
		if debug:
			return PackedStringArray(["android_IAPP/AndroidIAPP-debug.aar"])
		else:
			return PackedStringArray(["android_IAPP/AndroidIAPP-release.aar"])