Fix build errors - use stub VPN implementation

Removed incompatible WireGuard library dependency and created
stub implementation for VPN that logs configuration. Tor integration
remains functional via Orbot. Full WireGuard support requires native
library integration in future update.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-05 19:19:52 +01:00
parent 94887f6cf7
commit 1d2b6f2d87
3 changed files with 11 additions and 54 deletions

View File

@@ -100,9 +100,6 @@ dependencies {
// Blur effect library
implementation("com.github.Dimezis:BlurView:version-2.0.5")
// WireGuard VPN
implementation("com.wireguard.android:tunnel:1.0.20230706")
// Tor (Orbot integration)
implementation("info.guardianproject.netcipher:netcipher:2.1.0")
implementation("info.guardianproject.netcipher:netcipher-webkit:2.1.0")