Skip to content

Commit

Permalink
Releasing 2.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Mar 10, 2024
1 parent c3ac47b commit ca900c3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 2.6.19
Eduardo (1):
* [b128dfdc] Translated using Weblate (Portuguese (Brazil))

Jonas Kalderstam (1):
* [ef92b203] Changed feed parsing library to Gofeed

Matth78 (1):
* [4f6116ee] Updated French translation using Weblate

Simona Iacob (1):
* [03b68324] Updated Romanian translation using Weblate

ikanakova (1):
* [ac47c2b7] Translated using Weblate (Czech)

trunars (1):
* [1823402c] Updated Bulgarian translation using Weblate

Сергій (1):
* [c3ac47bd] Updated Ukrainian translation using Weblate

# 2.6.18
Agnieszka C (1):
* [2a4acaef] Updated Polish 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 @@ -12,8 +12,8 @@ android {

defaultConfig {
applicationId = "com.nononsenseapps.feeder"
versionCode = 303
versionName = "2.6.18"
versionCode = 304
versionName = "2.6.19"
minSdk = 23
targetSdk = 33

Expand Down
21 changes: 21 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/304.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 2.6.19
Eduardo (1):
* [b128dfdc] Translated using Weblate (Portuguese (Brazil))

Jonas Kalderstam (1):
* [ef92b203] Changed feed parsing library to Gofeed

Matth78 (1):
* [4f6116ee] Updated French translation using Weblate

Simona Iacob (1):
* [03b68324] Updated Romanian translation using Weblate

ikanakova (1):
* [ac47c2b7] Translated using Weblate (Czech)

trunars (1):
* [1823402c] Updated Bulgarian translation using Weblate

Сергій (1):
* [c3ac47bd] Updated Ukrainian tra
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ then
fi

echo "Verifying build"
./gradlew check pixel2api30DebugAndroidTest
./gradlew check pixel2api30DebugAndroidTest || echo >&2 "Build failed"

read -r -p "Commit changes? [y/N] " response
if [[ "$response" =~ ^[yY]$ ]]
Expand Down

0 comments on commit ca900c3

Please sign in to comment.