Compare commits

..

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

9 changed files with 7 additions and 37 deletions

View File

@ -35,11 +35,6 @@ jobs:
$(cat CHANGELOG.md)" > CHANGELOG.md $(cat CHANGELOG.md)" > CHANGELOG.md
git add 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" git commit -m "Changelog for $VER"
- name: Push changes - name: Push changes
uses: appleboy/git-push-action@v1.0.0 uses: appleboy/git-push-action@v1.0.0
@ -112,7 +107,6 @@ jobs:
files: signed.apk files: signed.apk
token: ${{ secrets.API_KEY }} token: ${{ secrets.API_KEY }}
tag_name: ${{ steps.version.outputs.VERSION }} tag_name: ${{ steps.version.outputs.VERSION }}
name: ${{ steps.version.outputs.VERSION }}
- name: Send mail - name: Send mail
uses: https://github.com/dawidd6/action-send-mail@v4 uses: https://github.com/dawidd6/action-send-mail@v4
with: with:
@ -122,5 +116,5 @@ jobs:
subject: Mapping file subject: Mapping file
priority: high priority: high
convert_markdown: true convert_markdown: true
body: Nouveau fichier de mapping pour la version ${{ steps.version.outputs.VERSION }} body: Nouveau fichier de mapping
attachments: androidApp/build/outputs/mapping/githubConfigRelease/mapping.txt attachments: androidApp/build/outputs/mapping/githubConfigRelease/mapping.txt

View File

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

View File

@ -7,8 +7,8 @@ buildscript {
plugins { plugins {
//trick: for the same plugin versions in all sub-modules //trick: for the same plugin versions in all sub-modules
id("com.android.application").version("8.7.2").apply(false) id("com.android.application").version("8.1.2").apply(false)
id("com.android.library").version("8.7.2").apply(false) id("com.android.library").version("8.1.2").apply(false)
id("org.jetbrains.kotlin.android").version("1.9.10").apply(false) id("org.jetbrains.kotlin.android").version("1.9.10").apply(false)
kotlin("multiplatform").version("1.9.10").apply(false) kotlin("multiplatform").version("1.9.10").apply(false)
id("com.mikepenz.aboutlibraries.plugin").version("10.5.1").apply(false) id("com.mikepenz.aboutlibraries.plugin").version("10.5.1").apply(false)

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

@ -1,6 +1,6 @@
#Mon Nov 25 22:48:24 CET 2024 #Thu Jul 13 11:41:19 CEST 2023
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

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,