Merge pull request #305 from FossifyOrg/1.1.5
Update app version to 1.1.5 (8)
This commit is contained in:
commit
79d4782caf
3 changed files with 15 additions and 3 deletions
|
|
@ -1,6 +1,14 @@
|
||||||
Changelog
|
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)*
|
Version 1.1.4 *(2025-01-23)*
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|
|
||||||
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal 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
|
||||||
|
|
@ -15,7 +15,7 @@ eventbus = "3.3.1"
|
||||||
#Room
|
#Room
|
||||||
room = "2.6.1"
|
room = "2.6.1"
|
||||||
#Fossify
|
#Fossify
|
||||||
commons = "4013116a24"
|
commons = "ec2b2faab5"
|
||||||
android-smsmms = "c3e678befd"
|
android-smsmms = "c3e678befd"
|
||||||
indicator-fast-scroll = "4524cd0b61"
|
indicator-fast-scroll = "4524cd0b61"
|
||||||
#Gradle
|
#Gradle
|
||||||
|
|
@ -31,8 +31,8 @@ ez-vcard = "0.11.3"
|
||||||
shortcut-badger = "1.1.22"
|
shortcut-badger = "1.1.22"
|
||||||
#versioning
|
#versioning
|
||||||
app-version-appId = "org.fossify.messages"
|
app-version-appId = "org.fossify.messages"
|
||||||
app-version-versionCode = "7"
|
app-version-versionCode = "8"
|
||||||
app-version-versionName = "1.1.4"
|
app-version-versionName = "1.1.5"
|
||||||
[libraries]
|
[libraries]
|
||||||
#AndroidX
|
#AndroidX
|
||||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
|
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue