Skip to content

Commit

Permalink
Releasing 2.6.32
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Sep 22, 2024
1 parent 77ee1fe commit 1481ba8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.6.32
Jonas Kalderstam (3):
* [24022416] Bumped targetSDK
* [050f3cff] Fixed runtime issue in Kotlin code
* [77ee1feb] Upgraded Android Gradle Plugin

fincent (1):
* [c8440a92] Translated using Weblate (Dutch)

# 2.6.31
George Bogdanoff (1):
* [05df6c71] Updated Russian translation using Weblate
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 = 316
versionName = "2.6.31"
versionCode = 317
versionName = "2.6.32"
minSdk = 23
targetSdk = 35

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/317.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 2.6.32
Jonas Kalderstam (3):
* [24022416] Bumped targetSDK
* [050f3cff] Fixed runtime issue in Kotlin code
* [77ee1feb] Upgraded Android Gradle Plugin

fincent (1):
* [c8440a92] Translated using Weblate (Dutch)

0 comments on commit 1481ba8

Please sign in to comment.