[1.70.*] Pre-release merge (#480)
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"org.jetbrains.kotlin.plugin.serialization",
|
||||
],
|
||||
"groupName": "Kotlin and Compose",
|
||||
"enabled": false,
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
|
||||
+10
-1
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.41.0] - 2024-03-07
|
||||
|
||||
### Fixed
|
||||
|
||||
* Downgrade dependency that was pulling in extraneous storage
|
||||
permissions which the app does not require.
|
||||
|
||||
## [1.40.0] - 2024-03-07
|
||||
|
||||
### Changed
|
||||
@@ -355,7 +362,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
* Initial Play Store release
|
||||
|
||||
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.40.0...HEAD
|
||||
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.41.0...HEAD
|
||||
|
||||
[1.41.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.40.0...v1.41.0
|
||||
|
||||
[1.40.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.39.0...v1.40.0
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY.
|
||||
#
|
||||
versioning-plugin.versionCode=14100
|
||||
versioning-plugin.versionName=1.41.0-SNAPSHOT
|
||||
versioning-plugin.versionCode=14200
|
||||
versioning-plugin.versionName=1.42.0-SNAPSHOT
|
||||
|
||||
@@ -12,7 +12,7 @@ junit = "5.10.2"
|
||||
konvert = "3.0.1"
|
||||
kotlin = "1.9.22"
|
||||
kotlinResult = "1.1.20"
|
||||
lifecycle = "2.8.0-alpha02"
|
||||
lifecycle = "2.7.0"
|
||||
retrofit = "2.9.0"
|
||||
richtext = "1.0.0-alpha01"
|
||||
sentry-sdk = "7.5.0"
|
||||
|
||||
Reference in New Issue
Block a user