Log the flavor
This commit is contained in:
parent
99683d4dac
commit
3098d869a8
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ fun logApplicationInfo() {
|
|||
append(BuildConfig.VERSION_CODE)
|
||||
append(") - ")
|
||||
append(BuildConfig.BUILD_TYPE)
|
||||
append(" / ")
|
||||
append(BuildConfig.FLAVOR)
|
||||
}
|
||||
// TODO Get SDK version somehow
|
||||
val sdkVersion = "SDK VERSION (TODO)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue