Log versionCode from Manifest and not from BuildConfig.VERSION_CODE.
This commit is contained in:
parent
7d3cef33a9
commit
509b416d11
2 changed files with 5 additions and 3 deletions
|
|
@ -36,6 +36,6 @@ class ElementXApplication : Application(), DaggerComponentOwner {
|
|||
initializeComponent(TracingInitializer::class.java)
|
||||
initializeComponent(CacheCleanerInitializer::class.java)
|
||||
}
|
||||
logApplicationInfo()
|
||||
logApplicationInfo(this)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue