buildFeatures { dataBinding true }
allprojects { repositories { google() jcenter() maven { url 'https://jitpack.io' } } }
Dialogue(DialogueModel( R.drawable.ic_icon, "Warning", "Oops there's an error with our system", "Yes", "No", {}, {} )).show(supportFragmentManager, TAG)
