mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
add de.seemoo.at_tracking_detection
This commit is contained in:
parent
2aeb2f681b
commit
fe618bb337
1 changed files with 33 additions and 0 deletions
33
metadata/de.seemoo.at_tracking_detection.yml
Normal file
33
metadata/de.seemoo.at_tracking_detection.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Security
|
||||
License: Apache-2.0
|
||||
AuthorName: Niklas Bittner
|
||||
AuthorEmail: niklas.bittner@stud.tu-darmstadt.de
|
||||
AuthorWebSite: https://www.seemoo.tu-darmstadt.de/
|
||||
SourceCode: https://github.com/seemoo-lab/AirGuard
|
||||
IssueTracker: https://github.com/seemoo-lab/AirGuard/issues
|
||||
Changelog: https://github.com/seemoo-lab/AirGuard/releases
|
||||
|
||||
AutoName: AirGuard
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/seemoo-lab/AirGuard
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.4
|
||||
versionCode: 16
|
||||
commit: 1.0.4
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/applicationIdSuffix/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.4
|
||||
CurrentVersionCode: 16
|
||||
Loading…
Reference in a new issue