diff --git a/app/build.gradle b/app/build.gradle index e3761a3c..445d297c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 57 - versionName = '7.1.1' + versionCode = 58 + versionName = '7.1.2' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/7.1.2.txt b/fastlane/metadata/android/en-US/changelogs/7.1.2.txt new file mode 100644 index 00000000..eeff2e7d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.1.2.txt @@ -0,0 +1,2 @@ +- Tried to make sure that also account spinner view is updated when + account spinner is updated,