Add Wireguard module

This commit is contained in:
albexk
2023-11-23 16:45:15 +03:00
parent de65a03998
commit 712fb4d0d3
6 changed files with 232 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@ dependencies {
implementation(project(":qt"))
implementation(project(":utils"))
implementation(project(":protocolApi"))
implementation(project(":wireguard"))
implementation(libs.androidx.core)
implementation(libs.androidx.activity)
implementation(libs.androidx.security.crypto)