- Updated versions and added new f-droid changelog file.

This commit is contained in:
Juha Heinanen
2019-04-29 15:53:11 +03:00
parent fe5f9c2923
commit c202f4bffe
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 28 targetSdkVersion 28
versionCode = 57 versionCode = 58
versionName = '7.1.1' versionName = '7.1.2'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,2 @@
- Tried to make sure that also account spinner view is updated when
account spinner is updated,