mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	workloads/exoplayer: Update supported versions
Adds '2.5' and '2.6' to the supported versions of the workload.
This commit is contained in:
		| @@ -69,7 +69,7 @@ class ExoPlayer(ApkWorkload): | ||||
|     video_directory = os.path.join(settings.dependencies_directory, name) | ||||
|  | ||||
|     package_names = ['com.google.android.exoplayer2.demo'] | ||||
|     versions = ['2.4.0'] | ||||
|     versions = ['2.4', '2.5', '2.6'] | ||||
|     action = 'com.google.android.exoplayer.demo.action.VIEW' | ||||
|     default_format = 'mov_720p' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user