Instruction for upgrading to Onegini Android SDK to version 6.06.00

When upgrading from old SDK version to the version 6.06.00, there is one small change you need to apply in your application if you use FIDO. Otherwise the changes are transparent and you don't have to apply below change.

Google Guava dependency

This library is used internally by FIDO SDK client and from now on we don't include Guava as Onegini's compiled dependency. Instead the Guava has to be provided by the end app in case when FIDO is used in the app.

If this is the case for you then you should add compile 'com.google.guava:guava:19.0' to your app's gradle file.