Skip to content

Commit

Permalink
version 1.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AkesiSeli committed Dec 26, 2024
1 parent 9604b16 commit 673b951
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
libs.versions.android.targetSdk
.get()
.toInt()
versionCode = 134
versionName = "1.13.6"
versionCode = 135
versionName = "1.13.7"
}
base.archivesName = "RaccoonForLemmy"
buildFeatures {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/135.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- fix: add missing binding for settings import/export
- fix: remove unnecessary escapes for apostrophes
6 changes: 3 additions & 3 deletions res/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## What's Changed

- fix(di): instantiation with injected constructor arguments by @AkesiSeli in #189
- chore(deps): update dependencies by @dependabot in #184, #185, #186, #187
- fix(di): add missing binding for settings import/export by @AkesiSeli in #193
- fix(l10n): remove unnecessary escapes for apostrophes by @AkesiSeli in #191

**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.5...1.13.6
**Full Changelog**: https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/compare/1.13.6...1.13.7

0 comments on commit 673b951

Please sign in to comment.