We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e6f26 commit 0a1b367Copy full SHA for 0a1b367
android/config.gradle.kts
@@ -8,7 +8,7 @@ extra.apply {
8
set("pluginName", "${get("pluginNodeName")}Plugin")
9
set("pluginPackageName", "org.godotengine.plugin.android.share")
10
set("pluginVersion", "5.0")
11
- set("pluginArchive", "${get("pluginName")}-${get("pluginVersion")}-Android.zip")
+ set("pluginArchive", "${get("pluginName")}-Android-v${get("pluginVersion")}.zip")
12
13
// Godot
14
set("godotVersion", "4.5")
0 commit comments