mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 23:29:53 +07:00
Fixed "can't download map on Android" bug
This commit is contained in:
@ -55,7 +55,7 @@ class DropBox(){
|
||||
|
||||
fun downloadFile(fileName:String):String{
|
||||
val response = dropboxApi("https://content.dropboxapi.com/2/files/download",
|
||||
dropboxApiArg = "{\"path\":\"$fileName\"}")
|
||||
contentType = "text/plain",dropboxApiArg = "{\"path\":\"$fileName\"}")
|
||||
return response
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user