Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency version #8

Open
wants to merge 1 commit into
base: master
from
Open
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update dependency version

  • Loading branch information
Shweta Jain
Shweta Jain committed Nov 1, 2018
commit 4704e46ba85f0fadb7b80fbf529a50f77a32edbe
@@ -109,7 +109,7 @@ Download
#### Gradle

```
compile 'com.github.tony19:loggly-client:1.0.3'
compile 'com.github.tony19:loggly-client:1.0.4'
```

#### Maven
@@ -118,7 +118,7 @@ compile 'com.github.tony19:loggly-client:1.0.3'
<dependency>
<groupId>com.github.tony19</groupId>
<artifactId>loggly-client</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.