You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Implementation of the Godot Android Plugin configuration file
This commit is contained in:
@@ -140,7 +140,7 @@ task generateGodotTemplates(type: GradleBuild) {
|
||||
startParameter.excludedTaskNames += ":lib:" + getSconsTaskName(buildType)
|
||||
}
|
||||
|
||||
tasks = ["copyGodotPaymentPluginToAppModule"]
|
||||
tasks = []
|
||||
|
||||
// Only build the apks and aar files for which we have native shared libraries.
|
||||
for (String target : supportedTargets) {
|
||||
@@ -161,6 +161,7 @@ task generateGodotTemplates(type: GradleBuild) {
|
||||
}
|
||||
}
|
||||
|
||||
dependsOn 'copyGodotPaymentPluginToAppModule'
|
||||
finalizedBy 'zipCustomBuild'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user