Skip to content

Commit

Permalink
shimmer for preload2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marrisaichandan committed Jan 13, 2023
1 parent a9a9952 commit e973fb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object AdmobInstance {
clientBuilder.addInterceptor(interceptor)

val retrofit: Retrofit = Retrofit.Builder()
.baseUrl(TEST_API)
.baseUrl(API)
.client(clientBuilder.build())
.addCallAdapterFactory(RxJava2CallAdapterFactory.create())
.addConverterFactory(GsonConverterFactory.create())
Expand Down

0 comments on commit e973fb4

Please sign in to comment.