File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
common/src/main/java/com/liskovsoft/smartyoutubetv2/common/exoplayer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public class ExoMediaSourceFactory {
5858 private static final String TAG = ExoMediaSourceFactory .class .getSimpleName ();
5959 @ SuppressLint ("StaticFieldLeak" )
6060 //private static ExoMediaSourceFactory sInstance;
61- private static final int MAX_SEGMENTS_PER_LOAD = 5 ; // default - 1 (1-5)
61+ private static final int MAX_SEGMENTS_PER_LOAD = 1 ; // default - 1 (1-5)
6262 private static final String USER_AGENT = DefaultHeaders .APP_USER_AGENT ;
6363 @ SuppressLint ("StaticFieldLeak" )
6464 private static final DefaultBandwidthMeter BANDWIDTH_METER = new DefaultBandwidthMeter ();
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ android {
5757 applicationId " app.smarttube"
5858 minSdkVersion project. properties. minSdkVersion
5959 targetSdkVersion project. properties. targetSdkVersion
60- versionCode 2311
61- versionName " 31.21 "
60+ versionCode 2312
61+ versionName " 31.22 "
6262 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
6363 buildConfigField " long" , " TIMESTAMP" , System . currentTimeMillis() + " L"
6464
You can’t perform that action at this time.
0 commit comments