mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Urls.kt: fixed excessive line length for ktLint standard
This commit is contained in:
		
							parent
							
								
									5550901f44
								
							
						
					
					
						commit
						e07442418f
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -10,7 +10,9 @@ internal object Urls { | |||
|     const val FAQ_URL = "https://github.com/commons-app/commons-app-documentation/blob/master/android/Frequently-Asked-Questions.md" | ||||
|     const val PLAY_STORE_PREFIX = "market://details?id=" | ||||
|     const val PLAY_STORE_URL_PREFIX = "https://play.google.com/store/apps/details?id=" | ||||
|     const val TRANSLATE_WIKI_URL = "https://translatewiki.net/w/i.php?title=Special:Translate&group=commons-android-strings&filter=%21translated&action=translate&language=" | ||||
|     const val TRANSLATE_WIKI_URL = | ||||
|         "https://translatewiki.net/w/i.php?title=Special:Translate" + | ||||
|             "&group=commons-android-strings&filter=%21translated&action=translate&language=" | ||||
|     const val FACEBOOK_WEB_URL = "https://www.facebook.com/1921335171459985" | ||||
|     const val FACEBOOK_APP_URL = "fb://page/1921335171459985" | ||||
|     const val FACEBOOK_PACKAGE_NAME = "com.facebook.katana" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tristan81
						tristan81