diff --git a/android/gradle.properties b/android/gradle.properties index 9c5cefe29f994e957804e82299408f68b3e16709..a4d089355d0e23f8f0d2c5ec98c696bf5825657a 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 0000000000000000000000000000000000000000..99279280fee17072740cca18003cb09ccc4c2960 --- /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 0000000000000000000000000000000000000000..da1156453c759a53a1fccfcfa1f5a0c746f6c001 --- /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 0000000000000000000000000000000000000000..6bdbae59b912bad6028eeb70c93aea743599f1d4 --- /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/'