This message was deleted.
# android
s
This message was deleted.
d
That’s for apk, not sure for bundles
j
so there aren't any new APIs and I have to use a copy task? it is annoying :/
d
There is a copy task in there, in the code posted in that thread, a lot of the code is registering the
copy
task so that Gradle knows when to do it. E.g.
"create${variant.getName().capitalize()}ApkListingFileRedirect"
depends on
copy
and
PackageApplication.class).named("package${variant.getName().capitalize()}"
is
finalized
by
copy
and
copy
depends on
it
d
there's a few examples in this repo, but here's one for getting the bundle https://github.com/android/gradle-recipes/tree/agp-7.0/Kotlin/getBundleTest