Compare commits

..

3 Commits

Author SHA1 Message Date
aminecmi
16ff51df00 chore: update versions.
All checks were successful
Check PR code / Lint (pull_request) Successful in 1m3s
Check PR code / build (pull_request) Successful in 8m57s
2024-11-25 22:48:38 +01:00
aminecmi
c249102839 chore: update versions. 2024-11-25 22:47:14 +01:00
aminecmi
8faf37b116 chore: update versions.
All checks were successful
Check PR code / Lint (pull_request) Successful in 57s
Check PR code / build (pull_request) Successful in 9m15s
2024-11-25 22:42:25 +01:00
7 changed files with 3 additions and 23 deletions

View File

@@ -35,11 +35,6 @@ jobs:
$(cat CHANGELOG.md)" > CHANGELOG.md
git add CHANGELOG.md
touch ./fastlane/metadata/android/en\-US/changelogs/$VER.txt
echo "**$VER**
$CHANGELOG" > ./fastlane/metadata/android/en\-US/changelogs/$VER.txt
git add ./fastlane/metadata/android/en\-US/changelogs/$VER.txt
git commit -m "Changelog for $VER"
- name: Push changes
uses: appleboy/git-push-action@v1.0.0

View File

@@ -1,13 +1,4 @@
**v124113311
- chore: update versions. (#165)
- chore: fastlane changelog.
- chore: fastlane fixes.
- Changelog for v124113301
--------------------------------------------------------------------
**v124113301**
**v124113301
- chore: Gitea Action
- Merge pull request 'chore: Gitea Action' (#164) from runner into master

View File

@@ -1,6 +0,0 @@
**v124113311**
- chore: update versions. (#165)
- chore: fastlane changelog.
- chore: fastlane fixes.
- Changelog for v124113301

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

View File

@@ -1 +1 @@
A new RSS reader for selfoss (http://selfoss.aditu.de/)
A new RSS reader for <a href="http://selfoss.aditu.de/">selfoss</a>.

View File

@@ -191,7 +191,7 @@ class SelfossModel {
}
override val descriptor: SerialDescriptor
get() = PrimitiveSerialDescriptor("BooleanOrIntForSomeSelfossVersions", PrimitiveKind.BOOLEAN)
get() = PrimitiveSerialDescriptor("b", PrimitiveKind.BOOLEAN)
override fun serialize(
encoder: Encoder,