mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
New app: xyz.deepdaikon.xeonjia
This commit is contained in:
parent
2e801c0b1f
commit
e433c312b5
1 changed files with 35 additions and 0 deletions
35
metadata/xyz.deepdaikon.xeonjia.yml
Normal file
35
metadata/xyz.deepdaikon.xeonjia.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: DeepDaikon
|
||||
AuthorEmail: deepdaikon@tuta.io
|
||||
WebSite: https://gitlab.com/DeepDaikon/Xeonjia
|
||||
SourceCode: https://gitlab.com/DeepDaikon/Xeonjia/tree/HEAD
|
||||
IssueTracker: https://gitlab.com/DeepDaikon/Xeonjia/issues
|
||||
Changelog: https://gitlab.com/DeepDaikon/Xeonjia/tree/HEAD/CHANGELOG
|
||||
|
||||
AutoName: Xeonjia
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/DeepDaikon/Xeonjia.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.0
|
||||
versionCode: 3
|
||||
commit: v1.1.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.12.13+hotfix.8
|
||||
rm:
|
||||
- ios
|
||||
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
||||
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue