thorbenprimke / realm-recyclerview

A RecyclerView that is powered by Realm and lots more
555 stars 151 forks source link

Updated Realm to v2.0.2 #87

Closed Sirrah closed 7 years ago

Sirrah commented 8 years ago

I've also updated the Gradle wrapper, build tools and support libs.

I haven't looked into the differences between getTableOrView() and the original getTable() but it seems to work.

The example app depends on the realm-nytimes-data project also using Realm 2.0.2. For which I've prepared another pr: thorbenprimke/realm-nytimes-data#1

noomz commented 7 years ago

+1 (now latest Realm is 2.1.0)

thorbenprimke commented 7 years ago

Sorry that I just haven't been good about reviewing and approving these. This looks good. I'll merge it and verify it all works. Once that's done I'll update to latest version and make another release.

thorbenprimke commented 7 years ago

New build is out.

            compile 'com.github.thorbenprimke:realm-recyclerview:0.9.24'

I went ahead and upgraded it to Realm 2.2.1. I verified with the Example app that the demos / examples still work.

@Sirrah - thanks for putting the PR up.

Sirrah commented 7 years ago

@thorbenprimke You're welcome. Thank you for creating a new build with the latest Realm included.