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
bd75ba1852
commit
d446515128
@ -229,7 +229,7 @@ fun ProductFlavor.createPublishBundleWithAssetPlayDelivery(): Task {
|
||||
)
|
||||
if (generatedBundleFile.exists()) {
|
||||
uploadBundle(generatedBundleFile)
|
||||
addBundleToTrackInDraft("7$versionCode".toInt(), versionName)
|
||||
addBundleToTrackInDraft(7233100, versionName)
|
||||
} else {
|
||||
throw FileNotFoundException("Unable to find generated aab file")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user