Compare commits

..

No commits in common. "master" and "v124113311" have entirely different histories.

3 changed files with 1 additions and 16 deletions

View File

@ -1,12 +1,3 @@
**v124113311
- chore: update versions. (#165)
- chore: fastlane changelog.
- chore: fastlane fixes.
- Changelog for v124113301
--------------------------------------------------------------------
**v124113301** **v124113301**
- chore: Gitea Action - chore: Gitea Action

View File

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

View File

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