Skip to content

Commit

Permalink
Remove const from api key value
Browse files Browse the repository at this point in the history
  • Loading branch information
giolaq committed Apr 2, 2024
1 parent c577bcf commit d3e12ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ class YoutubeVideosRepository : VideosRepository {
}

companion object {
const val gcloud_api_key = BuildConfig.GOOGLE_CLOUD_API_KEY
val gcloud_api_key = BuildConfig.GOOGLE_CLOUD_API_KEY
}
}

0 comments on commit d3e12ce

Please sign in to comment.