diff --git a/android/gradle.properties b/android/gradle.properties index 135006f9c1386c8757595c43e890e911f732f5a3..85b94f88ee157e1d1b3cec184c8948902443d36f 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.0.6 -app.versionCode=6 +app.versionName=0.0.7 +app.versionCode=7 diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e71c869465d71de896e11240446bc322baaa18a2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.txt @@ -0,0 +1 @@ +Fix/improve f-droid metadata diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 13fd6cfbab976b9a197594f4f7e79a8d3f28b02a..ab43770461091226c71905042494c1169eeabd88 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1 +1 @@ -Calculus game \ No newline at end of file +Let's have fun with simple calculations. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index 13fd6cfbab976b9a197594f4f7e79a8d3f28b02a..e95b5e5e88055b01b3ee0a15d58467c421b5f82b 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -Calculus game \ No newline at end of file +Let's have fun with simple calculations \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/7.txt b/fastlane/metadata/android/fr-FR/changelogs/7.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c0d5b48298d871cd61ec1d7ab14ffbe8a1b3d0c --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/7.txt @@ -0,0 +1 @@ +Correction/amélioration des metadata f-droid diff --git a/fastlane/metadata/android/fr-FR/full_description.txt b/fastlane/metadata/android/fr-FR/full_description.txt index 688357ede26c463a17c99b2fb6e45d2edfe9e295..fc21e118ba004bf5c578127ba567d66860925b8d 100644 --- a/fastlane/metadata/android/fr-FR/full_description.txt +++ b/fastlane/metadata/android/fr-FR/full_description.txt @@ -1 +1 @@ -Jeu Calculus \ No newline at end of file +Amusons-nous avec des calculs simples. \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/short_description.txt b/fastlane/metadata/android/fr-FR/short_description.txt index 688357ede26c463a17c99b2fb6e45d2edfe9e295..114fbd2249a86b38119f8372ab01ae450a8d0a37 100644 --- a/fastlane/metadata/android/fr-FR/short_description.txt +++ b/fastlane/metadata/android/fr-FR/short_description.txt @@ -1 +1 @@ -Jeu Calculus \ No newline at end of file +Amusons-nous avec des calculs simples \ No newline at end of file diff --git a/fdroid_metadata.yml b/fdroid_metadata.yml index cf075fda82feeedbb0237ac8796030210c2f0fa6..29319d55610946433c63c88fec2f159e4b573c84 100644 --- a/fdroid_metadata.yml +++ b/fdroid_metadata.yml @@ -8,9 +8,9 @@ WebSite: 'https://git.harrault.fr/android/org.benoitharrault.calculus' SourceCode: 'https://git.harrault.fr/android/org.benoitharrault.calculus' IssueTracker: 'https://git.harrault.fr/android/org.benoitharrault.calculus/issues' Changelog: 'https://git.harrault.fr/android/org.benoitharrault.calculus/-/tags' -Summary: Calculus game +Summary: Let's have fun with simple calculations Description: | - Calculus game + Let's have fun with simple calculations. RepoType: git Repo: 'https://git.harrault.fr/android/org.benoitharrault.calculus.git' FdroidAppUrl: 'https://f-droid.org/fr/packages/org.benoitharrault.calculus/'