mirror of
				https://github.com/SimpleMobileTools/Simple-Gallery.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	fix #990, update ExoPlayer to 2.9.0
This commit is contained in:
		| @@ -40,6 +40,11 @@ android { | |||||||
|         checkReleaseBuilds false |         checkReleaseBuilds false | ||||||
|         abortOnError false |         abortOnError false | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     compileOptions { | ||||||
|  |         sourceCompatibility JavaVersion.VERSION_1_8 | ||||||
|  |         targetCompatibility JavaVersion.VERSION_1_8 | ||||||
|  |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
| @@ -49,7 +54,7 @@ dependencies { | |||||||
|     implementation 'it.sephiroth.android.exif:library:1.0.1' |     implementation 'it.sephiroth.android.exif:library:1.0.1' | ||||||
|     implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' |     implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' | ||||||
|     implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2' |     implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2' | ||||||
|     implementation 'com.google.android.exoplayer:exoplayer-core:2.8.4' |     implementation 'com.google.android.exoplayer:exoplayer-core:2.9.0' | ||||||
|     implementation 'com.google.vr:sdk-panowidget:1.170.0' |     implementation 'com.google.vr:sdk-panowidget:1.170.0' | ||||||
|     implementation 'org.apache.sanselan:sanselan:0.97-incubator' |     implementation 'org.apache.sanselan:sanselan:0.97-incubator' | ||||||
|     implementation 'info.androidhive:imagefilters:1.0.7' |     implementation 'info.androidhive:imagefilters:1.0.7' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user