Skip to content

Commit

Permalink
Fix CI (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed Jun 5, 2023
1 parent 6d72eee commit 3fcf7c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SingletonModule {
@Provides
fun providesOmhAuthClient(@ApplicationContext context: Context): OmhAuthClient {
return OmhAuthProvider.Builder()
.addNonGmsPath(OmhAuthProvider.NGMS_ADDRESS)
.addNonGmsPath()
.build()
.provideAuthClient(
context = context,
Expand Down

0 comments on commit 3fcf7c9

Please sign in to comment.