Skip to content

Commit

Permalink
Merge pull request #22 from mobgen/develop
Browse files Browse the repository at this point in the history
[android]: fix gradle configuration on twofactorauth module
  • Loading branch information
ficiverson authored Mar 22, 2018
2 parents e70832c + 4d31f07 commit eb49bc1
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit eb49bc1

Please sign in to comment.