- New version 8.5.0.

This commit is contained in:
Juha Heinanen
2019-07-16 17:00:26 +03:00
parent a183c5a790
commit 10f360cec1
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode = 78 versionCode = 79
versionName = '8.4.4' versionName = '8.5.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1 @@
- Preliminary use of proximity sensor to turn off touch screen during call.