Skip to content

Commit

Permalink
fix not build on github
Browse files Browse the repository at this point in the history
  • Loading branch information
nqmgaming committed Jun 3, 2024
1 parent d460720 commit 00f594d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ import javax.inject.Singleton
@Module
@InstallIn(SingletonComponent::class)
object AppModule {
@Provides
@Singleton
fun provideOkHttpClient(): OkHttpClient {
return OkHttpClient.Builder()
.build()
}

@Provides
@Singleton
Expand Down

0 comments on commit 00f594d

Please sign in to comment.