feat: add logs screen

This commit is contained in:
Zane Schepke
2024-03-13 02:52:57 -04:00
parent c0cff297b2
commit 4fc8ffbcbb
38 changed files with 786 additions and 249 deletions
+1
View File
@@ -41,3 +41,4 @@ fun getLocalProperty(key: String, file: String = "local.properties"): String? {
rootProject.name = "WG Tunnel"
include(":app")
include(":logcatter")