From e8eb7eae13e8f73130d4282bf5324e9bcc5bdf6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr> Date: Thu, 23 Jun 2022 15:41:06 +0200 Subject: [PATCH] Improve app metadata, include fdroid metadata in repository --- android/gradle.properties | 4 +-- .../metadata/android/en-US/changelogs/26.txt | 1 + .../metadata/android/fr-FR/changelogs/26.txt | 1 + fdroid_metadata.yml | 29 +++++++++++++++++++ 4 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/26.txt create mode 100644 fastlane/metadata/android/fr-FR/changelogs/26.txt create mode 100644 fdroid_metadata.yml diff --git a/android/gradle.properties b/android/gradle.properties index 9c5cefe..a4d0893 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true -app.versionName=0.1.4 -app.versionCode=25 +app.versionName=0.1.5 +app.versionCode=26 diff --git a/fastlane/metadata/android/en-US/changelogs/26.txt b/fastlane/metadata/android/en-US/changelogs/26.txt new file mode 100644 index 0000000..9927928 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/26.txt @@ -0,0 +1 @@ +Improve app metadata, include fdroid metadata in repository diff --git a/fastlane/metadata/android/fr-FR/changelogs/26.txt b/fastlane/metadata/android/fr-FR/changelogs/26.txt new file mode 100644 index 0000000..da11564 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/26.txt @@ -0,0 +1 @@ +Ajout des métadata fdroid dans le dépôt diff --git a/fdroid_metadata.yml b/fdroid_metadata.yml new file mode 100644 index 0000000..6bdbae5 --- /dev/null +++ b/fdroid_metadata.yml @@ -0,0 +1,29 @@ +AuthorName: 'Benoît Harrault' +Categories: + - Games +Name: Minehunter game +AutoName: minehunter +License: GPL-3.0-only +WebSite: 'https://git.harrault.fr/android/org.benoitharrault.minehunter' +SourceCode: 'https://git.harrault.fr/android/org.benoitharrault.minehunter' +IssueTracker: 'https://git.harrault.fr/android/org.benoitharrault.minehunter/issues' +Changelog: 'https://git.harrault.fr/android/org.benoitharrault.minehunter/-/tags' +Summary: Minehunter, easy to play, easy to enjoy +Description: | + Simple Minehunter Game: + + This simple and classic MineHunter game is aimed for kids (but not only). + + If you can read digits, you can play! + + With a deliberately limited number of game options, everyone can understand how to play and how to adapt this game to his needs. + + You can choose: + # difficulty (number of mines): beginner, easy, medium, hard + # size: 10x10 (very easy, for kids), 15x15 (easy), 20x20 (standard) + + Mines as set after the first guess, you can't walk on a mine on your first move. + +RepoType: git +Repo: 'https://git.harrault.fr/android/org.benoitharrault.minehunter.git' +FdroidAppUrl: 'https://f-droid.org/fr/packages/org.benoitharrault.minehunter/' -- GitLab