New version 22.1.0

This commit is contained in:
Juha Heinanen
2020-11-04 11:09:33 +02:00
parent 12be270013
commit 11803ad0ae
2 changed files with 4 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 29 targetSdkVersion 29
versionCode = 138 versionCode = 139
versionName = '22.0.0' versionName = '22.1.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,2 @@
- New Portuguese (Brazil) and Russian translations.
- Update icons after resuming to the application.