mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 11:25:34 -04:00
Merge pull request #4275 from kiwix/minor_improvement_in_uploading_aab_for_custom_aaps
Fixed: AAB file was not found when uploading to Play Store for custom apps.
This commit is contained in:
commit
ef9a7a2129
@ -250,7 +250,7 @@ fun ProductFlavor.createPublishBundleWithAssetPlayDelivery(): TaskProvider<Task>
|
|||||||
.transactionWithCommit(packageName) {
|
.transactionWithCommit(packageName) {
|
||||||
val generatedBundleFile =
|
val generatedBundleFile =
|
||||||
File(
|
File(
|
||||||
"${layout.buildDirectory}/outputs/bundle/${capitalizedName.lowercase(Locale.getDefault())}" +
|
"${layout.buildDirectory.get()}/outputs/bundle/${capitalizedName.lowercase(Locale.getDefault())}" +
|
||||||
"Release/custom-${capitalizedName.lowercase(Locale.getDefault())}-release.aab"
|
"Release/custom-${capitalizedName.lowercase(Locale.getDefault())}-release.aab"
|
||||||
)
|
)
|
||||||
if (generatedBundleFile.exists()) {
|
if (generatedBundleFile.exists()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user