Skip to content

Commit

Permalink
Merge branch 'bundles-not-being-built-droid-1376'
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 24, 2024
2 parents 9b98f61 + c6edec6 commit 7807b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ android {

val createDistBundle =
tasks.register<Copy>("create${capitalizedVariantName}DistBundle") {
from("${layout.buildDirectory}/outputs/bundle/$variantName")
from("${layout.buildDirectory.get()}/outputs/bundle/$variantName")
into("${rootDir.parent}/dist")
include { it.name.endsWith(".aab") }
rename { "$artifactName.aab" }
Expand Down

0 comments on commit 7807b09

Please sign in to comment.