Skip to content

Commit ca900c3

Browse files
committed
Releasing 2.6.19
1 parent c3ac47b commit ca900c3

File tree

4 files changed

+46
-3
lines changed

4 files changed

+46
-3
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 2.6.19
2+
Eduardo (1):
3+
* [b128dfdc] Translated using Weblate (Portuguese (Brazil))
4+
5+
Jonas Kalderstam (1):
6+
* [ef92b203] Changed feed parsing library to Gofeed
7+
8+
Matth78 (1):
9+
* [4f6116ee] Updated French translation using Weblate
10+
11+
Simona Iacob (1):
12+
* [03b68324] Updated Romanian translation using Weblate
13+
14+
ikanakova (1):
15+
* [ac47c2b7] Translated using Weblate (Czech)
16+
17+
trunars (1):
18+
* [1823402c] Updated Bulgarian translation using Weblate
19+
20+
Сергій (1):
21+
* [c3ac47bd] Updated Ukrainian translation using Weblate
22+
123
# 2.6.18
224
Agnieszka C (1):
325
* [2a4acaef] Updated Polish translation using Weblate

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212

1313
defaultConfig {
1414
applicationId = "com.nononsenseapps.feeder"
15-
versionCode = 303
16-
versionName = "2.6.18"
15+
versionCode = 304
16+
versionName = "2.6.19"
1717
minSdk = 23
1818
targetSdk = 33
1919

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 2.6.19
2+
Eduardo (1):
3+
* [b128dfdc] Translated using Weblate (Portuguese (Brazil))
4+
5+
Jonas Kalderstam (1):
6+
* [ef92b203] Changed feed parsing library to Gofeed
7+
8+
Matth78 (1):
9+
* [4f6116ee] Updated French translation using Weblate
10+
11+
Simona Iacob (1):
12+
* [03b68324] Updated Romanian translation using Weblate
13+
14+
ikanakova (1):
15+
* [ac47c2b7] Translated using Weblate (Czech)
16+
17+
trunars (1):
18+
* [1823402c] Updated Bulgarian translation using Weblate
19+
20+
Сергій (1):
21+
* [c3ac47bd] Updated Ukrainian tra

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ then
8686
fi
8787

8888
echo "Verifying build"
89-
./gradlew check pixel2api30DebugAndroidTest
89+
./gradlew check pixel2api30DebugAndroidTest || echo >&2 "Build failed"
9090

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

0 commit comments

Comments
 (0)