diff --git a/app/build.gradle b/app/build.gradle index 25608760..e3813f49 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 30 - versionCode = 168 - versionName = '30.3.0' + versionCode = 169 + versionName = '31.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/31.0.0.txt b/fastlane/metadata/android/en-US/changelogs/31.0.0.txt new file mode 100644 index 00000000..16ef0ed7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/31.0.0.txt @@ -0,0 +1,4 @@ +- Improved About text +- Restore chat list position when returning from chat +- Fixed crash when asking for account's password +- Don't try to load iLBC module