Skip to content

Commit

Permalink
update ad utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Dhamija authored and Rajat Dhamija committed Mar 7, 2023
1 parent c1c825e commit d866e80
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 d866e80

Please sign in to comment.