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

Conflics with realm version #10

Closed
mgohin opened this issue Apr 13, 2017 · 9 comments
Closed

Conflics with realm version #10

mgohin opened this issue Apr 13, 2017 · 9 comments

Comments

@mgohin
Copy link

mgohin commented Apr 13, 2017

Hi,

just followed the readme :

debugCompile('com.github.jonasrottmann.realm-browser:realm-browser:v0.0.9') {
    exclude group: 'com.android.support'
}
testCompile('com.github.jonasrottmann.realm-browser:realm-browser-no-op:v0.0.9') {
    exclude group: 'com.android.support'
}
releaseCompile('com.github.jonasrottmann.realm-browser:realm-browser-no-op:v0.0.9') {
    exclude group: 'com.android.support'
}

but got this :

Error:Conflict with dependency 'io.realm:realm-android-library' in project ':myproject'. Resolved versions for app (3.1.2) and test app (3.0.0) differ. See http://g.co/androidstudio/app-test-app-conflict for details.
Error:Conflict with dependency 'io.realm:realm-annotations' in project ':myproject'. Resolved versions for app (3.1.2) and test app (3.0.0) differ. See http://g.co/androidstudio/app-test-app-conflict for details.

Could you do something not to get errors when realm version is different ?

edit : Between 3.0.0 and 3.1.2 they have done a migration, maybe that's why it's conflicting ?
I made it work with realm 3.0.0, thank you sooooo much for this ! So usefull for people without an OSX 👍

@mgohin mgohin changed the title Conflics Conflics with realm version Apr 13, 2017
@mgohin
Copy link
Author

mgohin commented Apr 18, 2017

Up because I think it's pretty simple to update for you and we really need to keep realm latest version

@jonasrottmann
Copy link
Owner

Sorry, was on vacation the last weeks 🤷‍♂️ Just released a new version 0.0.10 (note: I removed the v from new version names), which uses realm 3.1.2. Please test and report back 🤓

@mgohin
Copy link
Author

mgohin commented Apr 18, 2017

Vacations ... it should be forbidden :p
Thanks, it works perfectly !

@mgohin mgohin closed this as completed Apr 18, 2017
@mgohin
Copy link
Author

mgohin commented May 11, 2017

Hi,

same prob with 3.1.4 ;)

@mgohin mgohin reopened this May 11, 2017
@jonasrottmann
Copy link
Owner

Browser version 0.0.12 should work again with Realm 3.1.4

@mgohin
Copy link
Author

mgohin commented May 11, 2017

Nice, thx for your reactivity.
See you for the next Realm update ;)

@mgohin mgohin closed this as completed May 11, 2017
@mgohin
Copy link
Author

mgohin commented Jun 2, 2017

Hello,

please update for Realm 3.3.1 ;)

@mgohin mgohin reopened this Jun 2, 2017
@mgohin
Copy link
Author

mgohin commented Jun 6, 2017

up ;)

@jonasrottmann
Copy link
Owner

Updated to Realm 3.3.1 with Version 0.0.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants