Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith authored May 6, 2018
1 parent 80ec546 commit bb6080d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is just sample data. It is not real. Though Jahir is lazy, so that part is
The Gradle dependency is available through jCenter, which is used by default in Android Studio. To add the dependency to your project, copy this line into the dependencies section of your app's build.gradle file.

```gradle
compile 'me.jfenn:attribouter:0.0.4'
compile 'me.jfenn:attribouter:0.0.5'
```

#### Starting an Activity
Expand Down Expand Up @@ -65,6 +65,7 @@ Link tags can exist inside of the `<appInfo>`, `<contributor>`, or `<project>` t
|url|String|The url of the link.|
|icon|String (URL) / Drawable Resource|The icon to display next to the link.|
|priority|Integer|Defines how the links should be sorted - the highest priority appears first in the list, and/or is opened when the whole item is clicked.|
|hidden|Boolean|Whether to hide the link. This is useful for removing automatically generated links that you do not want to display (example: removing the 'playStore' link generated by `<appInfo>` using the package name if your app is not published on the play store).|

Auto-generated links for the `<appInfo>` tag are as follows:

Expand Down

0 comments on commit bb6080d

Please sign in to comment.