- New version 7.4.0.

This commit is contained in:
Juha Heinanen
2019-05-11 15:33:13 +03:00
parent e4fbb71d16
commit 991471d679
2 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 60
versionName = '7.3.0'
versionCode = 61
versionName = '7.4.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,4 @@
- Aligned alerts with material design guidelines.
- Improved language string handling.
- Added Finnish language translation as an example.