From 95f86f8c91c5a88b6ee30814da0153ec8d3ad2c0 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 4 Oct 2022 17:36:31 +0300 Subject: [PATCH] Newapp: Sudoku --- metadata/com.thesuncat.sudoku.yml | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 metadata/com.thesuncat.sudoku.yml diff --git a/metadata/com.thesuncat.sudoku.yml b/metadata/com.thesuncat.sudoku.yml new file mode 100644 index 0000000000..7aeeb5ff47 --- /dev/null +++ b/metadata/com.thesuncat.sudoku.yml @@ -0,0 +1,42 @@ +Categories: + - Games +License: GPL-3.0-only +AuthorName: TheSunCat +AuthorEmail: thesuncat123@gmail.com +SourceCode: https://github.com/TheSunCat/Sudoku +IssueTracker: https://github.com/TheSunCat/Sudoku/issues +Liberapay: TheSunCat + +AutoName: sudoku + +RepoType: git +Repo: https://github.com/TheSunCat/Sudoku.git + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: d023babd5ff4d02068abaee1bafd492d30e21963 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@3.3.3 + rm: + - ios + - linux + - macos + - test + - web + - windows + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.0.0 +CurrentVersionCode: 1