Log the flavor

This commit is contained in:
Benoit Marty 2024-01-25 12:25:42 +01:00
parent 99683d4dac
commit 3098d869a8

View file

@ -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)"