File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
common/src/main/java/com/liskovsoft/smartyoutubetv2/common/exoplayer/selector/track Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class VideoTrack extends MediaTrack {
1212 private static final int COMPARE_TYPE_IN_BOUNDS_PRESET = 1 ;
1313 private static final int COMPARE_TYPE_IN_BOUNDS_PRESET_NO_FPS = 3 ;
1414 private static final int COMPARE_TYPE_NORMAL = 2 ;
15- private static final int MAX_ALT_PRESET_BITRATE = 90_000_000 ; // 90 Mbit
15+ private static final int MAX_ALT_PRESET_BITRATE = 120_000_000 ; // 120 Mbit
1616 public static boolean sIsAltPresetsEnabled ;
1717
1818 public VideoTrack (int rendererIndex ) {
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 2328
61- versionName " 31.38 "
60+ versionCode 2329
61+ versionName " 31.39 "
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