mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-11-04 09:13:00 +00:00 
			
		
		
		
	Update acra and checkstyle fixing vulnerability in dependency com.google.guava
See https://app.snyk.io/org/thescrabi/project/27dc214e-7f4f-47bb-a77c-443201491254
This commit is contained in:
		@@ -107,7 +107,7 @@ android {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ext {
 | 
					ext {
 | 
				
			||||||
    checkstyleVersion = '10.11.0'
 | 
					    checkstyleVersion = '10.12.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    androidxLifecycleVersion = '2.5.1'
 | 
					    androidxLifecycleVersion = '2.5.1'
 | 
				
			||||||
    androidxRoomVersion = '2.4.3'
 | 
					    androidxRoomVersion = '2.4.3'
 | 
				
			||||||
@@ -272,7 +272,7 @@ dependencies {
 | 
				
			|||||||
    implementation "io.noties.markwon:linkify:${markwonVersion}"
 | 
					    implementation "io.noties.markwon:linkify:${markwonVersion}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Crash reporting
 | 
					    // Crash reporting
 | 
				
			||||||
    implementation "ch.acra:acra-core:5.9.7"
 | 
					    implementation "ch.acra:acra-core:5.10.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Properly restarting
 | 
					    // Properly restarting
 | 
				
			||||||
    implementation 'com.jakewharton:process-phoenix:2.1.2'
 | 
					    implementation 'com.jakewharton:process-phoenix:2.1.2'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user