- Upgraded version due to upstream fix of audio related crash.

This commit is contained in:
Juha Heinanen
2020-04-07 09:35:00 +03:00
parent 30294a21d8
commit 780b46c356

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 116
versionName = '17.3.0'
versionCode = 117
versionName = '17.3.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'