Fix typo.

This commit is contained in:
Relintai 2022-03-23 08:26:29 +01:00
parent b74c00ea65
commit a271898744

View File

@ -133,7 +133,7 @@ task copyReleaseAARToAppModule(type: Copy) {
* Depends on the library build task to ensure the AAR file is generated prior to copying.
*/
task copyReleaseAARToBin(type: Copy) {
dependsOn ':lib:assembleToolsDisabledRelease'
dependsOn ':lib:assembleTemplateRelease'
from('lib/build/outputs/aar')
into(binDir)
include('godot-lib.release.aar')