2 / 23
May 2021

With the move to Android Studio 4.2, there is now a warning on builds to move off of jcenter() as a repository. Doing this causes a build failure for me for android-adapters version 4.0.0

What other repository has this other than jcenter()? What is the gradle setup to access it?

Thanks!

I have already upgraded to 10.4.0, but for the Realm recyclerview adapter 4.0.0 this is not on mavenCentral(), only jcenter, as far as I can tell.

Hi is there an update here? It seems you need to move your 4.0.0 adapters to mavenCentral() as well, correct?

24 days later

Hi Mohit -

It’s been over three weeks, this is still not resolved. It really is a pain during day-to-day development (I have noticed sometimes after the error occurs and I try again and it seems to build, the build actually has errors requiring me to do a FULL REBUILD after even the most trivial edits to any file that uses Realm).

Can we PLEASE get this escalated and resolved?

Thanks!

Btw - I am more than happy to do a screen share with a Realm developer to show the error occurring and debug it if necessary.

Tad

16 days later

@Mohit_Sharma and @ChristanMelchior - it’s been two months since my original post. Not trying to be a pest, but this issue of not being able to do incremental builds because of Realm is getting to be a real pain. Any word on when we might see a fix? Thanks!

Btw - there is another issue opened up I think may be related to the realm adapter work, it is here.

@Tad_Frysinger: Sorry for the delayed response.

I was trying to understand what best can be done to expedite this, considering the current situation we wouldn’t be able to commit to a fixed date but it looks like we can release this early next month.

8 days later

Do you mean utilize this file in my project directly and completely remove the reference to implementation group: ‘io.realm’, name: ‘android-adapters’, version: ‘4.0.0’ from my gradle file?

1 year later