Merge pull request #305 from FossifyOrg/1.1.5

Update app version to 1.1.5 (8)
This commit is contained in:
Naveen Singh 2025-02-02 16:52:46 +05:30 committed by GitHub
commit 79d4782caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 3 deletions

View file

@ -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)*
----------------------------

View file

@ -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

View file

@ -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" }