Allow ProgressDialog to lose state in the account wizard.
This should fix bugs caused by the behavior described here
http://www.androiddesignpatterns.com/2013/08/fragment-transaction-commit-state-loss.html
// top level Build script definition
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.3'
}
}
allprojects {
repositories {
jcenter()
}
}