Version 3.0.0
A major release, which introduces the following changes:
- The library has been completely reworked in order to make it independent from the class
AlertDialogof the Android SDK. Dialogs, which are created using the library are now instances of the newly introduced classMaterialDialog. The classMaterialDialogBuilderhas been removed. In order to create dialogs, the builderMaterialDialog.Builderhas to be used now. The decision to rework the library has been made because of the problem discussed in #4.