* I made this on termux * Fix regex and move dateFormat to DTO * Phase 1 * Phase 2: Prepare for intl * Phase 3: Add intl Builds are faster on my phone T.T * Apply suggestions from code review * bump
		
			
				
	
	
		
			10 lines
		
	
	
		
			102 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			102 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
plugins {
 | 
						|
    id("lib-multisrc")
 | 
						|
}
 | 
						|
 | 
						|
baseVersionCode = 1
 | 
						|
 | 
						|
dependencies {
 | 
						|
  api(project(":lib:i18n"))
 | 
						|
}
 |