mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Fixed, uploadBundle method to properly upload bundle on play console instead of APKs
This commit is contained in:
parent
1b87900695
commit
71f851821a
@ -101,7 +101,7 @@ class Transaction(
|
||||
}
|
||||
|
||||
fun uploadBundle(file: File) {
|
||||
publisher.edits().apks().upload(
|
||||
publisher.edits().bundles().upload(
|
||||
packageName,
|
||||
editId,
|
||||
FileContent("application/octet-stream", file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user