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

Fix dependencies versions #900

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

aleskandro
Copy link

Hello, some dependencies are now deprecated and not available in the repositories. This PR the following dependencies to the next available versions that can build both the mobile and TV versions of the application:

- de.timroes:aXMLRPC:1.8.0 -> de.timroes:aXMLRPC:1.8.1
- com.github.ben-manes:gradle-versions-plugin:0.17.0 -> com.github.ben-manes:gradle-versions-plugin:0.11.1 # the 0.17.0 is not anymore available
- com.nimbusds:srp6a-android:2.0.2 -> com.nimbusds:srp6a:2.1.0 # the srp6a-android project is deprecated and no builds are available. srp6a seems to provide the same interfaces
- com.github.nirhart:parallaxscroll:dd53d1f9d1 -> com.github.nirhart:parallaxscroll:1.0

Builds can now succeed and I've done some basic manual testing of them on AndroidTV and Android.

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

Successfully merging this pull request may close these issues.

1 participant