Newapp: Sudoku

This commit is contained in:
Licaon_Kter 2022-10-04 17:36:31 +03:00
parent 18d0d75f49
commit 95f86f8c91

View file

@ -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