mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
New App: com.princeappstudio.tic_tac_toe
This commit is contained in:
parent
aa61d200e2
commit
f17c7bf35c
1 changed files with 40 additions and 0 deletions
40
metadata/com.princeappstudio.tic_tac_toe.yml
Normal file
40
metadata/com.princeappstudio.tic_tac_toe.yml
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue