diff --git a/android/gradle.properties b/android/gradle.properties index a818966bf9b479cc715d76f92a91e0e321d87518..da9c80093d124ad20727395419d7bd34ee183865 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.5 -app.versionCode=54 +app.versionName=0.1.6 +app.versionCode=55 diff --git a/fastlane/metadata/android/en-US/changelogs/55.txt b/fastlane/metadata/android/en-US/changelogs/55.txt new file mode 100644 index 0000000000000000000000000000000000000000..99279280fee17072740cca18003cb09ccc4c2960 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/55.txt @@ -0,0 +1 @@ +Improve app metadata, include fdroid metadata in repository diff --git a/fastlane/metadata/android/fr-FR/changelogs/55.txt b/fastlane/metadata/android/fr-FR/changelogs/55.txt new file mode 100644 index 0000000000000000000000000000000000000000..da1156453c759a53a1fccfcfa1f5a0c746f6c001 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/55.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..085efb8c3ba88435fa9327e49a850a376f1fd5c9 --- /dev/null +++ b/fdroid_metadata.yml @@ -0,0 +1,34 @@ +AuthorName: 'Benoît Harrault' +Categories: + - Games +Name: Simple Sudoku Game +AutoName: sudoku +License: GPL-3.0-only +WebSite: 'https://git.harrault.fr/android/org.benoitharrault.sudoku' +SourceCode: 'https://git.harrault.fr/android/org.benoitharrault.sudoku' +IssueTracker: 'https://git.harrault.fr/android/org.benoitharrault.sudoku/issues' +Changelog: 'https://git.harrault.fr/android/org.benoitharrault.sudoku/-/tags' +Summary: Simple Sudoku Game, easy to play, easy to enjoy +Description: | + Simple Sudoku Game: + + This simple sudoku game is aimed for kids (but not only). + + You can play and have fun even if you can't read! + + 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: easy, medium, hard, nightmare + # size: 2x2 (very easy, for kids), 3x2 (easy), 3x3 (standard), 4x4 (why?) + # tiles theme: digits (standard), pictures (for kids, several themes available) + + Some help can be provided with two buttons: + # "tip": will select next fillable cell on first tap, will fill this cell whith right value on second tap + # "conflicts": will show conflicting cells + + Every grid has one unique solution. No assumption or guessing is needed to solve grids. + +RepoType: git +Repo: 'https://git.harrault.fr/android/org.benoitharrault.sudoku.git' +FdroidAppUrl: 'https://f-droid.org/fr/packages/org.benoitharrault.sudoku/'