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