- patched baresip ua.c to survive startup when network is not connected

- increased version number
This commit is contained in:
Juha Heinanen
2018-08-13 14:07:43 +03:00
parent 9bca34ea3a
commit 5a30fda719

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 26
versionCode = 14
versionName = '2.2.1'
versionCode = 15
versionName = '2.2.2'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'