Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel163 committed Jan 25, 2017
2 parents 6a9ff45 + 67888b8 commit 9215ace
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Create new application at https://apps.twitter.com<br />

Download via Gradle:
```gradle
compile 'com.github.pavel163.SocialAuth:twitter:1.0.0'
compile 'com.github.pavel163.SocialAuth:twitter:1.0.1'
```
In strings.xml
```xml
Expand Down Expand Up @@ -36,7 +36,7 @@ And look at an example (May be a fragment instead of activity) <a href="https://
Create new application at https://developers.facebook.com/apps<br />
Download via Gradle:
```gradle
compile 'com.github.pavel163.SocialAuth:facebook:1.0.0'
compile 'com.github.pavel163.SocialAuth:facebook:1.0.1'
```
In strings.xml
```xml
Expand All @@ -63,7 +63,7 @@ And look at an example (May be a fragment instead of activity) <a href="https://
Create new application at https://vk.com/dev<br />
Download via Gradle:
```gradle
compile 'com.github.pavel163.SocialAuth:vk:1.0.0'
compile 'com.github.pavel163.SocialAuth:vk:1.0.1'
```
In integers.xml
```xml
Expand Down Expand Up @@ -92,7 +92,7 @@ Don't forget to enable implicit OAuth in application security settings.

Download via Gradle:
```gradle
compile 'com.github.pavel163.SocialAuth:instagram:1.0.0'
compile 'com.github.pavel163.SocialAuth:instagram:1.0.1'
```
In strings.xml
```xml
Expand All @@ -107,7 +107,7 @@ Don't forget to enable google plus api.<br />

Download via Gradle:
```gradle
compile 'com.github.pavel163.SocialAuth:google:1.0.0'
compile 'com.github.pavel163.SocialAuth:google:1.0.1'
```
In strings.xml
```xml
Expand Down

0 comments on commit 9215ace

Please sign in to comment.