mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
New app: at.finderlein.noe
This commit is contained in:
parent
a55e368d34
commit
d7be0042e6
1 changed files with 53 additions and 0 deletions
53
metadata/at.finderlein.noe.yml
Normal file
53
metadata/at.finderlein.noe.yml
Normal file
|
|
@ -0,0 +1,53 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeNet
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
- Navigation
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
AuthorEmail: admin@finderlein.at
|
||||||
|
WebSite: https://finderlein.at
|
||||||
|
SourceCode: https://github.com/finderlein/noefinderlein_flutter
|
||||||
|
IssueTracker: https://github.com/finderlein/noefinderlein_flutter/issues/new/choose
|
||||||
|
Donate: https://finderlein.at/donate
|
||||||
|
FlattrID: w7ke2k
|
||||||
|
LiberapayID: '1749097'
|
||||||
|
|
||||||
|
AutoName: NÖ Finderlein
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/finderlein/noefinderlein_flutter
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 2.0.6
|
||||||
|
versionCode: 206
|
||||||
|
commit: v2.0.6
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.13.0-0.4.pre
|
||||||
|
rm:
|
||||||
|
- .github
|
||||||
|
- .vscode
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- test
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild: sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
||||||
|
build:
|
||||||
|
- echo 'var mapAccessToken = "pk.eyJ1IjoiZGVycXVycHMiLCJhIjoiY2wzY3dqeGhkMDJxeTNja2p1cHZmNWJhYSJ9.dnnM2GDwtxAVog4xvJzTJw";'>
|
||||||
|
lib/auth/secrets.dart
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
- $$flutter$$/bin/flutter pub run build_runner build
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --dart-define=ANDROID_FLOSS=true
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags v\d+.\d+.\d+
|
||||||
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 2.0.6
|
||||||
|
CurrentVersionCode: 206
|
||||||
Loading…
Reference in a new issue