File tree 4 files changed +46
-3
lines changed
fastlane/metadata/android/en-US/changelogs
4 files changed +46
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
23
# 2.6.18
2
24
Agnieszka C (1):
3
25
* [ 2a4acaef] Updated Polish translation using Weblate
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
12
12
13
13
defaultConfig {
14
14
applicationId = " com.nononsenseapps.feeder"
15
- versionCode = 303
16
- versionName = " 2.6.18 "
15
+ versionCode = 304
16
+ versionName = " 2.6.19 "
17
17
minSdk = 23
18
18
targetSdk = 33
19
19
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 86
86
fi
87
87
88
88
echo " Verifying build"
89
- ./gradlew check pixel2api30DebugAndroidTest
89
+ ./gradlew check pixel2api30DebugAndroidTest || echo >&2 " Build failed "
90
90
91
91
read -r -p " Commit changes? [y/N] " response
92
92
if [[ " $response " =~ ^[yY]$ ]]
You can’t perform that action at this time.
0 commit comments