Add VPN support with Mullvad WireGuard integration

This commit is contained in:
Ren
2026-02-25 18:35:26 -03:00
parent 1526766630
commit 82c232da7a
11 changed files with 292 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}