Create utils module, move Log class there

BuildConfig class is now only created in the utils module
This commit is contained in:
albexk
2023-11-16 15:15:02 +03:00
parent 2fde47a86f
commit f1c970461f
4 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,6 @@ android {
namespace = "org.amnezia.vpn"
buildFeatures {
buildConfig = true
viewBinding = true
}
@@ -81,6 +80,7 @@ android {
dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))
implementation(project(":qt"))
implementation(project(":utils"))
implementation(libs.androidx.core)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.security.crypto)