Skip to content

Instantly share code, notes, and snippets.

@yektasarioglu
Created November 1, 2020 10:48
Show Gist options
  • Save yektasarioglu/0d649903c2c157d496eccd573635f997 to your computer and use it in GitHub Desktop.
Save yektasarioglu/0d649903c2c157d496eccd573635f997 to your computer and use it in GitHub Desktop.
Set ML Kit API key
override fun onCreate() {
super.onCreate()
MLApplication.getInstance().apiKey = BuildConfig.HMS_API_KEY
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment