* ColaMange: Update filter * ColaMange: add date_upload The mange chapter should used the last updated date as the date_upload for user to better predict the next new chapters date * ColaMange: Improve date parse * Revert bump * ColoManga: minor update * ColoManga: bump * ColoManga: add error check --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			109 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			109 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
plugins {
 | 
						|
    id("lib-multisrc")
 | 
						|
}
 | 
						|
 | 
						|
baseVersionCode = 9
 | 
						|
 | 
						|
dependencies {
 | 
						|
    api(project(":lib:synchrony"))
 | 
						|
}
 |