mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03: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