Skip to content

Commit 1704821

Browse files
committed
bump 31.22
1 parent b21725f commit 1704821

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/src/main/java/com/liskovsoft/smartyoutubetv2/common/exoplayer/ExoMediaSourceFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

smarttubetv/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)