New App: com.princeappstudio.tic_tac_toe

This commit is contained in:
Prince Sanjivy 2024-05-23 07:57:17 +00:00 committed by linsui
parent aa61d200e2
commit f17c7bf35c

View 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