Created
October 1, 2023 20:54
-
-
Save zaneschepke/d7e5d3947ab9bd209f984d24e5792aff to your computer and use it in GitHub Desktop.
WG Tunnel F-Droid Metadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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