We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue was temp fixed by:
project.configurations.all { resolutionStrategy.eachDependency { details -> if (details.requested.group == 'com.android.support' && !details.requested.name.contains('multidex') ) { details.useVersion "26.0.1" } } }
It's a problem with a plugin who uses another version compile time 26.0.1 and runtime 28.0.1rc-2...
The text was updated successfully, but these errors were encountered:
Add subtitles to movie details
03b1e04
Add subtitle model Add service to fetch the subtitles crawled from the DOM Known issue: #15
This code block can be removed:
Sorry, something went wrong.
Note that right now the builded apk can't be installed on the emulator. Only the debug version of the app works on the emulator.
Fix issue #15
5c7e2c9
devrnt
No branches or pull requests
This issue was temp fixed by:
It's a problem with a plugin who uses another version compile time 26.0.1 and runtime 28.0.1rc-2...
The text was updated successfully, but these errors were encountered: