Marcus Pimenta
Marcus Pimenta
Hi, I am sending you the apk that you can install in your Android TV. Let me know if you have any issue. Thanks. [BesTV APK.zip](https://github.com/marcuspimenta/BesTV/files/2046143/BesTV.APK.zip)
Hi, For now I implemented only to show the movies. The next steps are to show the tv shows and the series. I will let you know when it is...
Hi there, this file is about my firebase configuration. In order to have the app working locally, you could remove the firebase dependency. Let me know if it works. Thanks.
I have checked better it. Try to remove this line, the last one, on `build.gradle` on `app` module. It should fix that compile issue. ``` apply plugin: 'com.google.gms.google-services' ```
I didn't get that issue before. Do you have the master branch updated?
Strange :( I have try here, and I can build the app without issues. Try to clone the project again, remove the Google Service dependency as I said before, and...