| 
					
				 | 
			
			
				@@ -73,7 +73,7 @@ android { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     isRemoveUnusedCode = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     isRemoveUnusedResources = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                setProguardFiles(listOf("proguard-rules.pro")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                setProguardFiles(listOf(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -211,7 +211,7 @@ dependencies { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     implementation("com.github.bumptech.glide:okhttp3-integration:$glideVersion") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     kapt("com.github.bumptech.glide:compiler:$glideVersion") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    implementation("com.github.tachiyomiorg:subsampling-scale-image-view:6caf219") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    implementation("com.github.tachiyomiorg:subsampling-scale-image-view:ea1e51b") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // Logging 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     implementation("com.jakewharton.timber:timber:4.7.1") 
			 |