You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
As you mentioned earlier, the library isn't fully ready for usage and there are minor bits and pieces that would keep changing as we go forward. As of now whenever there's any change required in the library(mostly minor changes like adding a getter method, changing the access modifiers etc.), we wait for the PR to be merged, the version to be bumped and then having the change available for usage.
I tried adding the library as a module project but ran into build issues with this task failing :app:compileProdDebugJavaWithJavac. I guess thats because bintray settings were not available.
I was hoping to get an idea about what would be the best workflow while we incorporate the library in the app. It would be great if you could briefly guide me on how to use the library as a module or how to host a snapshot on maven, that we can use while developing.
The text was updated successfully, but these errors were encountered:
Seconding Vivek's request, as we are trying to get the upload & network backend overhauled ASAP so that we can solve the failed uploads problem for our users, which is still a big issue at the moment. :) Thanks so much!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@dbrant Thanks to your library, we have kickstarted the process of network overhaul in the commons app (part of commons-app/apps-android-commons#1092).
As you mentioned earlier, the library isn't fully ready for usage and there are minor bits and pieces that would keep changing as we go forward. As of now whenever there's any change required in the library(mostly minor changes like adding a getter method, changing the access modifiers etc.), we wait for the PR to be merged, the version to be bumped and then having the change available for usage.
I tried adding the library as a module project but ran into build issues with this task failing
:app:compileProdDebugJavaWithJavac
. I guess thats becausebintray
settings were not available.I was hoping to get an idea about what would be the best workflow while we incorporate the library in the app. It would be great if you could briefly guide me on how to use the library as a module or how to host a snapshot on maven, that we can use while developing.
The text was updated successfully, but these errors were encountered: