Skip to content

Commit

Permalink
simple markup fixes (#594)
Browse files Browse the repository at this point in the history
Summary:
Thanks for proposing a pull request!

To help us review the request, please complete the following:

- [ ] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [ ] I've ensured that all existing tests pass and added tests (when/where necessary)
- [ ] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [ ] I've added the proper label to this pull request (e.g. `bug` for bug fixes)

## Pull Request Details

Describe what you accomplished in this pull request (for example, what happens before the change, and after the change)
Pull Request resolved: #594

Test Plan: **Add your test plan here**

Reviewed By: tianqibt

Differential Revision: D17932461

Pulled By: joesus

fbshipit-source-id: 82cf916254b06170103bbceaddc655c5c69d4393
  • Loading branch information
surajkamblesk authored and facebook-github-bot committed Oct 15, 2019
1 parent 39b1515 commit 347cc8f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
* Using welcoming and inclusive language.
* Being respectful of differing viewpoints and experiences.
* Gracefully accepting constructive criticism.
* Focusing on what is best for the community.
* Showing empathy towards other community members.

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
advances.
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Public or private harassment.
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
address, without explicit permission.
* Other conduct which could reasonably be considered inappropriate in a
professional setting
professional setting.

## Our Responsibilities

Expand Down

1 comment on commit 347cc8f

@ignacio738
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dependencias { // Facebook SDK Core solo (Analytics)
compile 'com.facebook.android:facebook-core:5.+' // Facebook Login solo
compile 'com.facebook.android:facebook-login:5.+' // Facebook Share solo
compila 'com.facebook.android:facebook-share:5.+' // Facebook Places solo
compila 'com.facebook.android:facebook-places:5.+' // Facbeook Messenger solo
compila 'com.facebook .android:facebook-messenger:4.+' // Facebook App Links solo
compila 'com.facebook.android:facebook-applinks:5.+' // Facebook Android SDK (todo)
compila

'com.facebook.android:facebook-android-sdk:5.+' // SDK de Audience Network.
compile 'com.facebook.android:audience-network-sdk:5.+' // Kit de cuenta
compile 'com.facebook.android:account-kit-sdk:5.+' }

Screenshot_20220806-041338

Please sign in to comment.