pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.
Apache License 2.0
2.55k stars 182 forks source link

Implementation version 3.0.1 not working #912

Open Makalur opened 5 years ago

Makalur commented 5 years ago

build.gradle: implementation 'com.pushtorefresh.storio3:sqlite:3.0.1'

sync error: Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1

How we can migrate to androidx with storio? Maybe you have some .jar files?

justokay commented 5 years ago

I've published the fork you can change kapt "com.pushtorefresh.storio3:sqlite-annotations-processor:3.0.0" to kapt "com.github.justokay.storio:storio-sqlite-annotations-processor:v3.0.5"