mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Upgrade ACRA
This commit is contained in:
		| @@ -64,7 +64,7 @@ dependencies { | ||||
|     implementation 'com.android.support:preference-v14:27.0.0' | ||||
|  | ||||
|     implementation 'com.google.code.gson:gson:2.8.2' | ||||
|     implementation 'ch.acra:acra:4.9.0' | ||||
|     implementation 'ch.acra:acra:4.9.2' | ||||
|  | ||||
|     implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' | ||||
|     implementation 'de.hdodenhof:circleimageview:2.2.0' | ||||
|   | ||||
| @@ -160,7 +160,7 @@ public class ErrorActivity extends AppCompatActivity { | ||||
|                 key = k; | ||||
|             } | ||||
|         } | ||||
|         String[] el = new String[]{report.get(key)}; | ||||
|         String[] el = new String[]{report.get(key).toString()}; | ||||
|  | ||||
|         Intent intent = new Intent(context, ErrorActivity.class); | ||||
|         intent.putExtra(ERROR_INFO, errorInfo); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 wb9688
					wb9688