 d4d400a52c
			
		
	
	
		d4d400a52c
		
			
		
	
	
	
	
		
			
			* LuraToon: Refactor to use API JSON without scraper * Bump version code to 46 * LuraToon: fix problems details, search, latest and decrypt zip files images using AES * LuraToon: fix pagination latest list * Refactor create lib to zip interceptor and AES decrypt file for LuraToon and PeachScan * LuraToon: Remove unused code * LuraToon: fix problem with lint on lura zip interceptor * Refactor for each list files Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * Refactor use another method to sort caps Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * Refactor move code decrypt file from lib CryptoAES to local extension * Refactor add alert exception if not found list chapters * Refactor functions to remove redundancy as suggested * Update version id --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| plugins {
 | |
|     id("lib-android")
 | |
| }
 | |
| 
 | |
| dependencies {
 | |
|     compileOnly("com.github.tachiyomiorg:image-decoder:e08e9be535")
 | |
| }
 |