bapspatil / SilverScreener

A feature-rich movie guide app, that lets you discover movies from TMDb.
https://bit.ly/baps-silverscreener
Apache License 2.0
22 stars 5 forks source link

Could not get unknown property 'MyTheMovieDBApiToken' for object of type #3

Open tailorarpit opened 6 years ago

tailorarpit commented 6 years ago

Error:Could not get unknown property 'MyTheMovieDBApiToken' for object of type com.android.build.gradle.AppExtension.

imamsulthon commented 5 years ago

in your build.gradle file, put your TMDB API Key (get it from TMDB website), from: buildTypes.each { it.buildConfigField 'String', 'TMDB_API_TOKEN', 'MyTheMovieDBApiToken' } to: buildTypes.each { it.buildConfigField 'String', 'TMDB_API_TOKEN', '1234567890thisisjustexample' }