mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Fetch achievements data from beta cluster for beta variant of the app (#2986)
This commit is contained in:
parent
c4f159ea04
commit
4a671dcb3d
2 changed files with 16 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ public class NetworkingModule {
|
|||
@Provides
|
||||
@Singleton
|
||||
public OkHttpJsonApiClient provideOkHttpJsonApiClient(OkHttpClient okHttpClient,
|
||||
@Named("tools_force") HttpUrl toolsForgeUrl,
|
||||
@Named("tools_forge") HttpUrl toolsForgeUrl,
|
||||
@Named("default_preferences") JsonKvStore defaultKvStore,
|
||||
Gson gson) {
|
||||
return new OkHttpJsonApiClient(okHttpClient,
|
||||
|
|
@ -91,7 +91,7 @@ public class NetworkingModule {
|
|||
}
|
||||
|
||||
@Provides
|
||||
@Named("tools_force")
|
||||
@Named("tools_forge")
|
||||
@NonNull
|
||||
@SuppressWarnings("ConstantConditions")
|
||||
public HttpUrl provideToolsForgeUrl() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue