From f17c7bf35c8fccc9eda8a477688895b3003bf097 Mon Sep 17 00:00:00 2001 From: Prince Sanjivy Date: Thu, 23 May 2024 07:57:17 +0000 Subject: [PATCH] New App: com.princeappstudio.tic_tac_toe --- metadata/com.princeappstudio.tic_tac_toe.yml | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/com.princeappstudio.tic_tac_toe.yml diff --git a/metadata/com.princeappstudio.tic_tac_toe.yml b/metadata/com.princeappstudio.tic_tac_toe.yml new file mode 100644 index 0000000000..e1df13b838 --- /dev/null +++ b/metadata/com.princeappstudio.tic_tac_toe.yml @@ -0,0 +1,40 @@ +Categories: + - Games +License: MIT +AuthorName: Prince Sanjivy +AuthorWebSite: https://linktr.ee/princesanjivy +SourceCode: https://github.com/princesanjivy/tic-tac-toe/tree/fdroid-submission +IssueTracker: https://github.com/princesanjivy/tic-tac-toe/issues + +Name: TicTacToe +AutoName: Tic Tac Toe + +RepoType: git +Repo: https://github.com/princesanjivy/tic-tac-toe.git + +Builds: + - versionName: 1.0.3 + versionCode: 4 + commit: ef929c61e4c418b1616acc395199858237845ee3 + submodules: true + output: build/app/outputs/flutter-apk/app-release.apk + rm: + - web + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter config --no-analytics + - flutter/bin/flutter pub get + scanignore: + - flutter/bin/cache + scandelete: + - .pub-cache + - flutter + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter build apk --release + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.0.3 +CurrentVersionCode: 4