Skip to content

Commit

Permalink
Fix android editor build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Apr 20, 2024
1 parent 0634193 commit 535184f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions platform/android/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,11 @@ def generateBuildTasks(String flavor = "template") {
tasks += "copy${capitalizedTarget}BinaryToBin"
} else {
// Copy the generated editor apk to the bin directory.
tasks += "copyEditor${capitalizedTarget}ApkToBin"
//tasks += "copyEditor${capitalizedTarget}ApkToBin"
// Copy the generated editor aab to the bin directory.
tasks += "copyEditor${capitalizedTarget}AabToBin"
//tasks += "copyEditor${capitalizedTarget}AabToBin"

tasks += "copyEditor${capitalizedTarget}BinaryToBin"
}

} else {
Expand Down

0 comments on commit 535184f

Please sign in to comment.