mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-16 19:50:53 +01:00
Update Exoplayer to 2.9.6
This commit is contained in:
parent
a722e40063
commit
9540af298e
@ -53,7 +53,7 @@ subprojects {
|
|||||||
MapsUtils : '0.6.2',
|
MapsUtils : '0.6.2',
|
||||||
DropboxCoreSdk : '3.1.3',
|
DropboxCoreSdk : '3.1.3',
|
||||||
GoogleDriveApi : 'v3-rev193-1.25.0',
|
GoogleDriveApi : 'v3-rev193-1.25.0',
|
||||||
Exoplayer : '2.7.3',
|
Exoplayer : '2.9.6',
|
||||||
Toro : '2.1.0',
|
Toro : '2.1.0',
|
||||||
LoganSquare : '1.3.7',
|
LoganSquare : '1.3.7',
|
||||||
IABv3 : '1.1.0',
|
IABv3 : '1.1.0',
|
||||||
|
@ -301,7 +301,7 @@ class ApplicationModule(private val context: Context) {
|
|||||||
val builder = OkHttpClient.Builder()
|
val builder = OkHttpClient.Builder()
|
||||||
HttpClientFactory.initOkHttpClient(conf, builder, dns, connectionPool, cache)
|
HttpClientFactory.initOkHttpClient(conf, builder, dns, connectionPool, cache)
|
||||||
val userAgent = UserAgentUtils.getDefaultUserAgentStringSafe(context)
|
val userAgent = UserAgentUtils.getDefaultUserAgentStringSafe(context)
|
||||||
return OkHttpDataSourceFactory(builder.build(), userAgent, null)
|
return OkHttpDataSourceFactory(builder.build(), userAgent)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
|
Loading…
x
Reference in New Issue
Block a user