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

View file

@ -34,6 +34,7 @@ rootProject.name = "AmneziaVPN"
rootProject.buildFileName = "build.gradle.kts"
include(":qt")
include(":utils")
// get values from gradle or local properties
val androidBuildToolsVersion: String by gradleProperties