diff --git a/CHANGELOG.md b/CHANGELOG.md index 522da419..a7af3229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========== +Version 1.1.5 *(2025-02-02)* +---------------------------- + +* Fixed issue with third party intents (#294) +* Fixed toast error when receiving MMS messages (#287) +* Fixed RTL layout issue in threads (#279) +* Added more translations + Version 1.1.4 *(2025-01-23)* ---------------------------- diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt new file mode 100644 index 00000000..b64df91e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1,4 @@ +* Fixed issue with third party intents +* Fixed toast error when receiving MMS messages +* Fixed RTL layout issue in threads +* Added more translations \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 781afe5a..2133301b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ eventbus = "3.3.1" #Room room = "2.6.1" #Fossify -commons = "4013116a24" +commons = "ec2b2faab5" android-smsmms = "c3e678befd" indicator-fast-scroll = "4524cd0b61" #Gradle @@ -31,8 +31,8 @@ ez-vcard = "0.11.3" shortcut-badger = "1.1.22" #versioning app-version-appId = "org.fossify.messages" -app-version-versionCode = "7" -app-version-versionName = "1.1.4" +app-version-versionCode = "8" +app-version-versionName = "1.1.5" [libraries] #AndroidX androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }