Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[android]: fix gradle configuration on twofactorauth module #22

Merged
merged 1 commit into from
Mar 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Allows you to add more services from HALO. Only when you enable a service the de
| **notifications** (Boolean:Optional)|Enables Google FCM integration with HALO used to receive push notifications. Remember to add also the google-services.json to your project.|
| **presenter** (Boolean:Optional)|Enables the presenter UI library for HALO. It is a small helper to use the MVP pattern in the UI.|
| **translations** (Boolean:Optional)|Enables the translations library for HALO.|
| **twofactorauth** (Boolean:Optional) |Enables the two factor authentication library for HALO. You will have to use **sms** or **push** boolean to enable one or both services under this closure.|
| **twofactorauth** (Closure:Optional) |Enables the two factor authentication library for HALO. You will have to use **sms** or **push** boolean to enable one or both services under this closure.|

If you want to have both credentials for debug and prod and the following services enabled (twofactor, notifications, translations, content and auth) you have to provide the following HALO closure:

Expand Down