Skip to content

test MLKit PR build #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove dot for testing purposes
  • Loading branch information
thatfiredev committed Apr 23, 2020
commit 5e4c11b8fcefaf52ce784d50c71f9c326757a5ff
2 changes: 1 addition & 1 deletion mlkit/app/src/main/java/EntryChoiceActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class EntryChoiceActivity : BaseEntryChoiceActivity() {
com.google.firebase.samples.apps.mlkit.java.ChooserActivity::class.java)),
Choice(
"Kotlin",
"Run the Firebase ML Kit quickstart written in Kotlin.",
"Run the Firebase ML Kit quickstart written in Kotlin",
Intent(
this,
com.google.firebase.samples.apps.mlkit.kotlin.ChooserActivity::class.java))
Expand Down