Skip to content

Commit

Permalink
Added changing attribute to Gradle snapshot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjunior committed May 17, 2016
1 parent f415e53 commit 205b7ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -116,7 +116,9 @@ More info on the [sample project](https://github.com/douglasjunior/android-simpl

```javascript
dependencies {
compile 'com.github.douglasjunior:android-simple-tooltip:master-SNAPSHOT'
compile('com.github.douglasjunior:android-simple-tooltip:master-SNAPSHOT') {
changing = true // Gradle will then check for updates every 24 hours
}
}
```

Expand Down
4 changes: 3 additions & 1 deletion README.pt.md
Expand Up @@ -117,7 +117,9 @@ Para mais informa莽玫es, confira o [projeto de exemplo](https://github.com/dougl

```javascript
dependencies {
compile 'com.github.douglasjunior:android-simple-tooltip:master-SNAPSHOT'
compile('com.github.douglasjunior:android-simple-tooltip:master-SNAPSHOT') {
changing = true // Gradle ir谩 checar por atualiza莽玫es a cada 24 horas
}
}
```

Expand Down

0 comments on commit 205b7ba

Please sign in to comment.