Skip to content

Commit 39dcaf3

Browse files
Update README.md
1 parent f182d67 commit 39dcaf3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ Step 2. Add the dependency
2828

2929
```
3030
dependencies {
31-
debugCompile 'com.github.jonasrottmann.realm-browser:realm-browser:v0.0.10'
32-
testCompile 'com.github.jonasrottmann.realm-browser:realm-browser-no-op:v0.0.10'
33-
releaseCompile 'com.github.jonasrottmann.realm-browser:realm-browser-no-op:v0.0.10'
31+
debugCompile 'com.github.jonasrottmann.realm-browser:realm-browser:v0.0.8'
32+
testCompile 'com.github.jonasrottmann.realm-browser:realm-browser-no-op:v0.0.8'
33+
releaseCompile 'com.github.jonasrottmann.realm-browser:realm-browser-no-op:v0.0.8'
3434
}
3535
```
3636

3737
The no-op version of Realm Browser has empty functions which do nothing. It is not necessary to include this,
3838
but you may if you do not want to access Realm Browser in release mode.
3939

40-
> ‼️ Make sure to use any version of this realm-browser from v0.0.10 and up only with a realm version in your project from 0.91.0 and up.
40+
> ‼️ v0.0.8 is not working with the newest realm release. Use the develop snapshot version `compile "com.github.jonasrottmann.realm-browser:realm-browser:develop-SNAPSHOT"` meanwhile.
4141
4242
Realm Browser depends on Android support libraries, so you might want to exclude them from your project
4343
if they conflict with the ones you include:
4444

4545
```
4646
depedencies {
47-
debugCompile ('com.github.jonasrottmann.realm-browser:realm-browser:v0.0.10') {
47+
debugCompile ('com.github.jonasrottmann.realm-browser:realm-browser:v0.0.8') {
4848
exclude group: 'com.android.support';
4949
}
5050
}

0 commit comments

Comments
 (0)