From 7d8757da8e50e8e320808d880f7f209bf8a7c6a1 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sun, 11 Oct 2020 21:58:02 +0200 Subject: [PATCH] new app: tictactoegame closes fdroid/rfp#1406 --- metadata/com.emmanuelmess.tictactoe.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 metadata/com.emmanuelmess.tictactoe.yml diff --git a/metadata/com.emmanuelmess.tictactoe.yml b/metadata/com.emmanuelmess.tictactoe.yml new file mode 100644 index 0000000000..2f459037ff --- /dev/null +++ b/metadata/com.emmanuelmess.tictactoe.yml @@ -0,0 +1,24 @@ +Categories: + - Games +License: GPL-3.0-or-later +AuthorName: EmmanuelMess +AuthorWebSite: http://emmanuelmessulam.com.ar/ +SourceCode: https://github.com/EmmanuelMess/TicTacToeGame + +AutoName: TicTacToe + +RepoType: git +Repo: https://github.com/EmmanuelMess/TicTacToeGame + +Builds: + - versionName: 1.0.0 + versionCode: 3 + commit: v1.0.0 + subdir: android + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.0.0 +CurrentVersionCode: 3