- execute native ua call functions in re thread in order to avoid crash when

call ends
- cleaned some code
- upgraded build gradle version
This commit is contained in:
Juha Heinanen
2018-08-27 09:32:10 +03:00
parent 7a5fbbfbf4
commit 098e71925b
3 changed files with 28 additions and 53 deletions
@@ -5,6 +5,5 @@ object Api {
external fun audio_codecs(): String
external fun call_peeruri(callp: String): String
external fun cmd_exec(cmd: String): Int
external fun uri_decode(uri: String): Boolean
}
}