Skip to content

Commit

Permalink
Merge pull request koush#131 from Kidoki/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
koush committed Jan 6, 2014
2 parents 6566fea + d820844 commit f182444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Wondering why your app is slow? Ion lets you do both global and request level lo
To enable it globally:

```java
Ion.getDefault(getContext()).setLogging("MyLogs", Log.DEBUG);
Ion.getDefault(getContext()).configure().setLogging("MyLogs", Log.DEBUG);
```

Or to enable it on just a single request:
Expand Down Expand Up @@ -362,14 +362,14 @@ Ion.with(getContext())
<dependency>
<groupId>com.koushikdutta.ion</groupId>
<artifactId>ion</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

##### Gradle
```groovy
dependencies {
compile 'com.koushikdutta.ion:ion:1.2.0'
compile 'com.koushikdutta.ion:ion:1.2.1'
}
````

Expand Down

0 comments on commit f182444

Please sign in to comment.