exo refactor

This commit is contained in:
Yuriy Liskov 2024-04-29 00:41:25 +03:00
parent c6e77cf6e9
commit 8840e92531
4 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit c6bc140299d93e6f8f05bb235ff929641856527b
Subproject commit 77f96011a2636d9a78e58b76f1c2b187c3be6c95

@ -1 +1 @@
Subproject commit 026eed0149aa3228c6c44d42aeb04ba3e98e2102
Subproject commit 46c760ac7517e3baedf00c1e09a4a019815834db

View File

@ -523,9 +523,9 @@ public class DefaultHttpDataSource extends BaseDataSource implements HttpDataSou
boolean allowIcyMetadata,
boolean followRedirects)
throws IOException {
//HttpURLConnection connection = (HttpURLConnection) url.openConnection();
// MODIFIED: Add modern TLS ciphers to HttpUrlConnection and custom Dns
// https://stackoverflow.com/questions/16299531/how-to-override-the-cipherlist-sent-to-the-server-by-android-when-using-httpsurl
//HttpURLConnection connection = (HttpURLConnection) url.openConnection();
HttpURLConnection connection = NetworkHelpers.getHttpsURLConnection(url);
connection.setConnectTimeout(connectTimeoutMillis);
connection.setReadTimeout(readTimeoutMillis);

View File

@ -60,8 +60,8 @@ android {
applicationId "com.liskovsoft.smarttubetv"
minSdkVersion project.properties.minSdkVersion
targetSdkVersion project.properties.targetSdkVersion
versionCode 1368
versionName "21.78"
versionCode 1369
versionName "21.79"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"