update commons to 3.21.2

This commit is contained in:
tibbi
2018-05-01 15:16:58 +02:00
parent f9e3854099
commit 2a6af180eb
4 changed files with 3 additions and 6 deletions

View File

@ -53,7 +53,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
appLaunched()
appLaunched(BuildConfig.APPLICATION_ID)
setupTabColors()
// just get a reference to the database to make sure it is created properly