diff --git a/app/build.gradle b/app/build.gradle index b3f64c2e..fe06fc4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 23 targetSdkVersion 33 - versionCode = 278 - versionName = '54.2.0' + versionCode = 279 + versionName = '55.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' diff --git a/fastlane/metadata/android/en-US/changelogs/55.0.0.txt b/fastlane/metadata/android/en-US/changelogs/55.0.0.txt new file mode 100644 index 00000000..a170cc2d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/55.0.0.txt @@ -0,0 +1,3 @@ +- Prevent starting of baresip service more than once +- Color improvements +- New Spanish, Russian, Portuguese (Brazil), Swedish, and Czech translations