bump to 27.74

This commit is contained in:
Yuriy Liskov
2025-05-22 09:07:49 +03:00
parent 0f5b8afa84
commit e285b7e674
3 changed files with 7 additions and 3 deletions

View File

@@ -97,6 +97,10 @@ public class ContentBlockController extends BasePlayerController {
public void onVideoLoaded(Video item) {
disposeActions();
if (getPlayer() == null) {
return;
}
boolean enabled = getContentBlockData().isSponsorBlockEnabled() && checkVideo(item) && !isChannelExcluded(item.channelId);
getPlayer().setButtonState(R.id.action_content_block, enabled ? PlayerUI.BUTTON_ON : PlayerUI.BUTTON_OFF);

View File

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