diff --git a/build.gradle b/build.gradle index de399f4f9c034234c13c08c05abfe70ebac4f6f0..eef177a049615eb35862616ae8103282bf61d282 100644 --- a/build.gradle +++ b/build.gradle @@ -95,8 +95,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 392 - versionName "2.8.7-beta.2" + versionCode 393 + versionName "2.8.7" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId diff --git a/fastlane/metadata/android/en-US/changelogs/394.txt b/fastlane/metadata/android/en-US/changelogs/394.txt new file mode 100644 index 0000000000000000000000000000000000000000..82250ee876e5e20b12cfebde773f40ad2abf6081 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/394.txt @@ -0,0 +1,3 @@ +* Show help button if A/V call fails +* Fixed some annoying crashes +* Fixed Jingle connections (file transfer + calls) with bare JIDs