mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 00:33:55 +01:00 
			
		
		
		
	Fixed wikidata url
This commit is contained in:
		
							parent
							
								
									c56a16e38e
								
							
						
					
					
						commit
						53ea9c94d4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -52,7 +52,7 @@ import timber.log.Timber;
 | 
				
			||||||
@Module
 | 
					@Module
 | 
				
			||||||
@SuppressWarnings({"WeakerAccess", "unused"})
 | 
					@SuppressWarnings({"WeakerAccess", "unused"})
 | 
				
			||||||
public class NetworkingModule {
 | 
					public class NetworkingModule {
 | 
				
			||||||
    private static final String WIKIDATA_SPARQL_QUERY_URL = "https://query.wikidata.org/bigdata/namespace/wdq/sparql";
 | 
					    private static final String WIKIDATA_SPARQL_QUERY_URL = "https://query.wikidata.org/sparql";
 | 
				
			||||||
    private static final String TOOLS_FORGE_URL = "https://tools.wmflabs.org/commons-android-app/tool-commons-android-app";
 | 
					    private static final String TOOLS_FORGE_URL = "https://tools.wmflabs.org/commons-android-app/tool-commons-android-app";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public static final long OK_HTTP_CACHE_SIZE = 10 * 1024 * 1024;
 | 
					    public static final long OK_HTTP_CACHE_SIZE = 10 * 1024 * 1024;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue