Add logic to record the version of the Godot engine for the Android platform.
This commit is contained in:
parent
d4191e48c5
commit
bc5120eb97
7 changed files with 64 additions and 6 deletions
|
|
@ -165,12 +165,6 @@ task cleanGodotTemplates(type: Delete) {
|
|||
// Delete the library generated AAR files
|
||||
delete("lib/build/outputs/aar")
|
||||
|
||||
// Delete the godotpayment libs directory contents
|
||||
delete("plugins/godotpayment/libs")
|
||||
|
||||
// Delete the generated godotpayment aar
|
||||
delete("plugins/godotpayment/build/outputs/aar")
|
||||
|
||||
// Delete the app libs directory contents
|
||||
delete("app/libs")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue