Skip to content

Instantly share code, notes, and snippets.

@zaneschepke
Created October 1, 2023 20:54
Show Gist options
  • Save zaneschepke/d7e5d3947ab9bd209f984d24e5792aff to your computer and use it in GitHub Desktop.
Save zaneschepke/d7e5d3947ab9bd209f984d24e5792aff to your computer and use it in GitHub Desktop.
WG Tunnel F-Droid Metadata
Categories:
- Connectivity
- Security
License: MIT
AuthorName: Zane Schepke
AuthorEmail: zanecschepke@gmail.com
SourceCode: https://github.com/zaneschepke/wgtunnel
IssueTracker: https://github.com/zaneschepke/wgtunnel/issues
Changelog: https://github.com/zaneschepke/wgtunnel/releases
Donate: https://ko-fi.com/zaneschepke
AutoName: WG Tunnel
RepoType: git
Repo: https://github.com/zaneschepke/wgtunnel.git
Builds:
- versionName: 3.0.0
versionCode: 30000
commit: 1714618f0c237d69fd94197730c96d3cf5af377a
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- fdroid
prebuild:
- sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle.kts
- sed -i -e '/libs.google.services/d' -e '/libs.firebase/d' ../build.gradle.kts
AutoUpdateMode: Version
UpdateCheckMode: Tags ^([3-9]+\.)?(\d+\.)?(\*|\d+)$
CurrentVersion: 3.0.0
CurrentVersionCode: 30000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment