Skip to content

Commit

Permalink
Releasing 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Dec 20, 2024
1 parent cc8c9f7 commit e40deaa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.7.4
Jonas Kalderstam (2):
* [49f3008c] fixed tablet being hardcoded to card article style
* [cc8c9f7c] switched to JobScheduler to fix crash on older versions of
Android (#465)

# 2.7.3
Jonas Kalderstam (3):
* [235228e4] removed foreground permission since it wasn't used
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {

defaultConfig {
applicationId = "com.nononsenseapps.feeder"
versionCode = 322
versionName = "2.7.3"
versionCode = 323
versionName = "2.7.4"
minSdk = 23
targetSdk = 35

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/323.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 2.7.4
Jonas Kalderstam (2):
* [49f3008c] fixed tablet being hardcoded to card article style
* [cc8c9f7c] switched to JobScheduler to fix crash on older versions of
Android (#465)

0 comments on commit e40deaa

Please sign in to comment.