mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
quick fix versionCode override
This commit is contained in:
parent
d446515128
commit
bba0980d06
@ -51,6 +51,7 @@ android {
|
||||
createDownloadTaskForPlayAssetDelivery(file)
|
||||
}
|
||||
}
|
||||
downloadTaskDeferred.await()
|
||||
|
||||
val bundleTaskDeferred = async {
|
||||
withContext(Dispatchers.Default) {
|
||||
@ -58,7 +59,6 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
downloadTaskDeferred.await()
|
||||
bundleTaskDeferred.await()
|
||||
|
||||
}
|
||||
@ -229,7 +229,7 @@ fun ProductFlavor.createPublishBundleWithAssetPlayDelivery(): Task {
|
||||
)
|
||||
if (generatedBundleFile.exists()) {
|
||||
uploadBundle(generatedBundleFile)
|
||||
addBundleToTrackInDraft(7233100, versionName)
|
||||
addBundleToTrackInDraft("8$versionCode".toInt(), versionName)
|
||||
} else {
|
||||
throw FileNotFoundException("Unable to find generated aab file")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user