mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Add Fun With Kanji App
This commit is contained in:
parent
f7f93895e7
commit
168c7a1878
1 changed files with 42 additions and 0 deletions
42
metadata/krillefear.funwithkanji.yml
Normal file
42
metadata/krillefear.funwithkanji.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: MPL-2.0
|
||||
AuthorName: Krille Fear
|
||||
SourceCode: https://gitlab.com/KrilleFear/funny-kanji
|
||||
IssueTracker: https://gitlab.com/KrilleFear/funny-kanji/-/issues
|
||||
|
||||
AutoName: Fun With Kanji
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/KrilleFear/funny-kanji
|
||||
|
||||
Builds:
|
||||
- versionName: 0.3.11
|
||||
versionCode: 14
|
||||
commit: a03dfb624d38169ac996a41ae618746cfc7f5a0c
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y ninja-build openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- snap
|
||||
- test
|
||||
- web
|
||||
- windows
|
||||
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
|
||||
'cmake;3.18.1' > /dev/null
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.3.11
|
||||
CurrentVersionCode: 14
|
||||
Loading…
Reference in a new issue