mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Fixes of error in uploading custom apps on play store
This commit is contained in:
parent
fa7ce12d85
commit
00b2932fc9
@ -89,7 +89,7 @@ class Transaction(
|
|||||||
).execute().prettyPrint()
|
).execute().prettyPrint()
|
||||||
|
|
||||||
fun uploadBundle(outputFile: File) {
|
fun uploadBundle(outputFile: File) {
|
||||||
publisher.edits().apks().upload(
|
publisher.edits().bundles().upload(
|
||||||
packageName,
|
packageName,
|
||||||
editId,
|
editId,
|
||||||
FileContent("application/octet-stream", outputFile)
|
FileContent("application/octet-stream", outputFile)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user