mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Update image-decoder (#466)
Use newer image-decoder lib fixes crashing when trying to load corrupt images below 12 bytes in size
This commit is contained in:
		@@ -50,7 +50,7 @@ coil-compose = { module = "io.coil-kt.coil3:coil-compose" }
 | 
			
		||||
coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp" }
 | 
			
		||||
 | 
			
		||||
subsamplingscaleimageview = "com.github.tachiyomiorg:subsampling-scale-image-view:7e57335"
 | 
			
		||||
image-decoder = "com.github.tachiyomiorg:image-decoder:fbd6601290"
 | 
			
		||||
image-decoder = "com.github.tachiyomiorg:image-decoder:398d3c074f"
 | 
			
		||||
 | 
			
		||||
natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"
 | 
			
		||||
 | 
			
		||||
@@ -111,4 +111,4 @@ shizuku = ["shizuku-api", "shizuku-provider"]
 | 
			
		||||
sqldelight = ["sqldelight-android-driver", "sqldelight-coroutines", "sqldelight-android-paging"]
 | 
			
		||||
voyager = ["voyager-navigator", "voyager-screenmodel", "voyager-tab-navigator", "voyager-transitions"]
 | 
			
		||||
richtext = ["richtext-commonmark", "richtext-m3"]
 | 
			
		||||
test = ["junit", "kotest-assertions", "mockk"]
 | 
			
		||||
test = ["junit", "kotest-assertions", "mockk"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user