Create utils module, move Log class there
BuildConfig class is now only created in the utils module
This commit is contained in:
parent
2fde47a86f
commit
f1c970461f
4 changed files with 19 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue