Compare commits

..

2 Commits

Author SHA1 Message Date
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
436373d0ad Changelog for v124113301
All checks were successful
Check master code / build (push) Successful in 7m42s
2024-11-25 22:23:23 +01:00
4 changed files with 15 additions and 5 deletions

View File

@@ -107,6 +107,7 @@ jobs:
files: signed.apk
token: ${{ secrets.API_KEY }}
tag_name: ${{ steps.version.outputs.VERSION }}
name: ${{ steps.version.outputs.VERSION }}
- name: Send mail
uses: https://github.com/dawidd6/action-send-mail@v4
with:
@@ -116,5 +117,5 @@ jobs:
subject: Mapping file
priority: high
convert_markdown: true
body: Nouveau fichier de mapping
body: Nouveau fichier de mapping pour la version ${{ steps.version.outputs.VERSION }}
attachments: androidApp/build/outputs/mapping/githubConfigRelease/mapping.txt

View File

@@ -1,3 +1,12 @@
**v124113301
- chore: Gitea Action
- Merge pull request 'chore: Gitea Action' (#164) from runner into master
- chore: Gitea Action
- chore: Readme update.
--------------------------------------------------------------------
**v124041081**
- chore: comment.

View File

@@ -7,8 +7,8 @@ buildscript {
plugins {
//trick: for the same plugin versions in all sub-modules
id("com.android.application").version("8.1.2").apply(false)
id("com.android.library").version("8.1.2").apply(false)
id("com.android.application").version("8.4.0").apply(false)
id("com.android.library").version("8.4.0").apply(false)
id("org.jetbrains.kotlin.android").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)

View File

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