Skip to content

Commit

Permalink
Update gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanarodr committed Jul 3, 2021
1 parent d9de2ce commit 7c82148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
vectorDrawables.useSupportLibrary = true

buildConfigField("String" , "SERVER_URL", '"https://api.themoviedb.org/3/movie/"')
buildConfigField("String" , "API_KEY", '"7c75d35204e5b37a0dfac3c457af3244"')
buildConfigField("String" , "API_KEY", '""')
}
buildTypes {
debug {
Expand Down

0 comments on commit 7c82148

Please sign in to comment.