Skip to content

Commit

Permalink
build.gradle: remove .aab
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer64ytb committed Jul 26, 2024
1 parent 870b6b7 commit 724d713
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,6 @@ android.applicationVariants.configureEach {
include("*.apk")
into(layout.buildDirectory.dir("bundle"))
}
project.copy {
from(layout.buildDirectory.dir("outputs/bundle/${variant.name}"))
include("*.aab")
into(layout.buildDirectory.dir("bundle"))
}
}
}
tasks.named("bundle${capitalizedName}").configure { finalizedBy(copyTask) }
Expand Down

0 comments on commit 724d713

Please sign in to comment.