diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 173505e2a..3a51d8d3f 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/134.txt b/fastlane/metadata/android/en-US/changelogs/134.txt new file mode 100644 index 000000000..802b37357 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/134.txt @@ -0,0 +1,2 @@ +- fix: instantiation with injected constructor arguments +- chore: update dependencies diff --git a/res/changelog.txt b/res/changelog.txt index bac635ffc..86d72fd3d 100644 --- a/res/changelog.txt +++ b/res/changelog.txt @@ -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