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

Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1 #902

Open
baudouxbenjamin opened this issue Nov 5, 2018 · 16 comments
Open

Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1 #902

baudouxbenjamin opened this issue Nov 5, 2018 · 16 comments
Assignees

Comments

@baudouxbenjamin
Copy link

It looks like the last version 3.0.1 has not been published since I got

Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1
Failed to resolve: com.pushtorefresh.storio3:sqlite-annotations:3.0.1

when building my project.

@nikitin-da
Copy link
Collaborator

Hi @baudouxbenjamin
Yes, there is an issue with gradle, gradle nexus staging plugin and travis
gradle/gradle#5711
Codearte/gradle-nexus-staging-plugin#76
travis-ci/travis-ci#9555

@nikitin-da nikitin-da self-assigned this Nov 5, 2018
@juange87
Copy link

Hi! Any update about this?

@nikitin-da
Copy link
Collaborator

Hi @juange87 !
Third party fix was published yesterday https://github.com/marcphilipp/nexus-publish-plugin
I will try it here

@baudouxbenjamin
Copy link
Author

Any update on this?

@tatocaster
Copy link

any updates?

1 similar comment
@juange87
Copy link

juange87 commented Feb 6, 2019

any updates?

@luckcoolla
Copy link

Any updates here?

@luckcoolla
Copy link

I need the androidx packages to be supported

@juange87
Copy link

Finally we have come to a solution: It is faster... a refactor removing Storio (and use Room) than wait a solution for this.

It seems i'm joking, but I'm not.

We want to continue with Storio, but we can not wait more.

@baudouxbenjamin
Copy link
Author

We also move away from StorIO for SQLDelight.

@JeffZane
Copy link

JeffZane commented Jul 8, 2019

Any updates?

1 similar comment
@justokay
Copy link

justokay commented Sep 6, 2019

Any updates?

@jonathanj81
Copy link

So this is abandonware now? Great.

@Makalur
Copy link

Makalur commented Oct 16, 2019

We have the same errors:
Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1
Failed to resolve: com.pushtorefresh.storio3:sqlite-annotations:3.0.1

Version 3.0.0 is ok, but it is not support androidx and generate old package annotations ("android.support.annotation" instead "androidx.annotation")

How we can migrate to androidx with storio?

@justokay
Copy link

justokay commented Oct 24, 2019

If you like me have this great maintainable library and can not fast migrate to room, I've published the fork of 3.0.1 storio, just change kapt "com.pushtorefresh.storio3:sqlite-annotations-processor:3.0.0" to kapt "com.github.justokay.storio:storio-sqlite-annotations-processor:v3.0.5".

@stari4ek
Copy link

If anyone is looking for the rest of artifacts based on 3.0.1, I've updated solution from @justokay a bit: https://github.com/stari4ek/storio/releases/tag/v3.0.6

maven { url "https://jitpack.io" }
implementation 'com.github.stari4ek.storio:storio-content-resolver:v3.0.6'
implementation 'com.github.stari4ek.storio:storio-content-resolver-annotations:v3.0.6'
kapt 'com.github.stari4ek.storio:storio-content-resolver-annotations-processor:v3.0.6'

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

No branches or pull requests

10 participants