Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed May 8, 2016
1 parent 2cceb15 commit db7f213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ In your module `build.gradle` file, add the Kolumbus dependency:

```gradle
dependencies {
compile 'com.github.MGaetan89.Kolumbus:kolumbus:v0.7'
compile 'com.github.MGaetan89.Kolumbus:kolumbus:v0.8'
}
```

If you only want to use Kolumbus in your debug build, you can use the following configuration instead:

```gradle
dependencies {
debugCompile 'com.github.MGaetan89.Kolumbus:kolumbus:v0.7'
releaseCompile 'com.github.MGaetan89.Kolumbus:kolumbus-no-op:v0.7'
debugCompile 'com.github.MGaetan89.Kolumbus:kolumbus:v0.8'
releaseCompile 'com.github.MGaetan89.Kolumbus:kolumbus-no-op:v0.8'
}
```

Expand Down Expand Up @@ -154,7 +154,7 @@ The following table presents the compatibility matrix between Kolumbus versions

| Kolumbus version | Realm version |
| ----- | ----- |
| 0.7 | 0.89.0 - 0.90.0 |
| 0.7 - 0.8 | 0.89.0 - 0.90.0 |
| 0.5 - 0.6 | 0.88.0 - 0.88.3 |
| 0.1 - 0.4 | ? - 0.87.5 |

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ext {

// Dependencies version
jUnitVersion = '4.12'
kolumbusVersionCode = 7
kolumbusVersionName = '0.7'
kolumbusVersionCode = 8
kolumbusVersionName = '0.8'
kotlinVersion = '1.0.1'
mockitoVersion = '2.0.52-beta'
supportLibraryVersion = '23.3.0'
Expand Down

0 comments on commit db7f213

Please sign in to comment.