Created
November 1, 2020 10:48
-
-
Save yektasarioglu/0d649903c2c157d496eccd573635f997 to your computer and use it in GitHub Desktop.
Set ML Kit API key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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