mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Cleanup 2 apps
This commit is contained in:
parent
b05eabe3d0
commit
587398cd5d
2 changed files with 0 additions and 82 deletions
|
|
@ -1,31 +0,0 @@
|
|||
Categories:
|
||||
- Security
|
||||
License: GPL-3.0-only
|
||||
AuthorName: lucky
|
||||
AuthorEmail: 44uaanjm0@relay.firefox.com
|
||||
AuthorWebSite: https://github.com/x13a
|
||||
SourceCode: https://github.com/x13a/Catcher
|
||||
IssueTracker: https://github.com/x13a/Catcher/issues
|
||||
|
||||
AutoName: Catcher
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/x13a/Catcher.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: f69395baf0e2a32e15aa625e5672de0d1c8894af
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
- NSFW
|
||||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: lucky
|
||||
AuthorEmail: 44uaanjm0@relay.firefox.com
|
||||
AuthorWebSite: https://github.com/x13a
|
||||
SourceCode: https://github.com/x13a/Reactor
|
||||
IssueTracker: https://github.com/x13a/Reactor/issues
|
||||
|
||||
AutoName: Reactor
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/x13a/Reactor.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.2
|
||||
versionCode: 5
|
||||
commit: v1.2.2
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
rm:
|
||||
- ios
|
||||
prebuild: sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.2.3
|
||||
versionCode: 6
|
||||
commit: ded950332789052161e5aed057655515f90019b7
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
rm:
|
||||
- ios
|
||||
prebuild: sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.2.3
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue