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 Mar 3, 2022. It is now read-only.
There are several problems with building this library.
The submodules doesn't work because the actual submodule commit is not there.
When using the latest versions of the contrib libs there is a jar file clash with different versions of the android support package.
When correcting the two issues about the app will actually crash when you deploy it. This is due to lacking configuration (of at least UrbanAirship). It would be great if master could actually be run without modifications or that you provide clear instructions on what needs to be done for it to run.
The text was updated successfully, but these errors were encountered:
Looks like the README is out of date; the app isn't actually using any of those libraries anymore. I only had to do a few things to get a successful build:
import the source of ExoPlayer into the root directory and checkout release 1.3.3
add the line
classpath 'com.novoda:bintray-release:0.2.7'
into the root build.gradle.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are several problems with building this library.
The text was updated successfully, but these errors were encountered: