Skip to content

Commit 6b3fb48

Browse files
committed
prepared new version
1 parent 70f0281 commit 6b3fb48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ The project is available via [JitPack.io](https://jitpack.io/#jonasrottmann/real
2727
2. **Add the dependency**
2828
```
2929
dependencies {
30-
debugCompile 'com.github.jonasrottmann.realm-browser:realm-browser:0.0.13'
31-
testCompile 'com.github.jonasrottmann.realm-browser:realm-browser-no-op:0.0.13'
32-
releaseCompile 'com.github.jonasrottmann.realm-browser:realm-browser-no-op:0.0.13'
30+
debugCompile 'com.github.jonasrottmann.realm-browser:realm-browser:0.0.14'
31+
testCompile 'com.github.jonasrottmann.realm-browser:realm-browser-no-op:0.0.14'
32+
releaseCompile 'com.github.jonasrottmann.realm-browser:realm-browser-no-op:0.0.14'
3333
}
3434
```
3535
The no-op version of Realm Browser has empty functions which do nothing. It is not necessary to include this, but you may if you do not want to access Realm Browser in release mode. If you want to use a build of the newest development use `compile "com.github.jonasrottmann.realm-browser:realm-browser:develop-SNAPSHOT"` instead.
3636

3737
3. Exclude support libraries (maybe optional): Realm Browser depends on Android support libraries, so you might want to exclude them from your project if they conflict with the ones you include:
3838
```
3939
depedencies {
40-
debugCompile ('com.github.jonasrottmann.realm-browser:realm-browser:0.0.13') {
40+
debugCompile ('com.github.jonasrottmann.realm-browser:realm-browser:0.0.14') {
4141
exclude group: 'com.android.support';
4242
}
4343
}

0 commit comments

Comments
 (0)