Skip to content

Commit

Permalink
version 1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AkesiSeli committed Dec 25, 2024
1 parent d2f2964 commit 3436ef8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 = 133
versionName = "1.13.5"
versionCode = 134
versionName = "1.13.6"
}
base.archivesName = "RaccoonForLemmy"
buildFeatures {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/134.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- fix: instantiation with injected constructor arguments
- chore: update dependencies
8 changes: 3 additions & 5 deletions res/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## What's Changed

- refactor(di): migrate to Kodein by @AkesiSeli in #181
- chore(l10n): translation updates by @Weblate in #175
- chore(deps): update dependencies by @dependabot in #176, #177, #178, #179
- chore(qa): add more unit tests by @AkesiSeli in #182
- fix(di): instantiation with injected constructor arguments by @AkesiSeli in #189
- chore(deps): update dependencies by @dependabot in #184, #185, #186, #187

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

0 comments on commit 3436ef8

Please sign in to comment.