Skip to content

Commit be0db0d

Browse files
committed
upd
1 parent 16b7ca8 commit be0db0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

smarttubetv/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ android {
5959
applicationId "com.liskovsoft.smarttubetv"
6060
minSdkVersion project.properties.minSdkVersion
6161
targetSdkVersion project.properties.targetSdkVersion
62-
versionCode 1013
63-
versionName "18.23"
62+
versionCode 1014
63+
versionName "18.24"
6464
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
6565
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
6666

smarttubetv/src/main/java/com/liskovsoft/smartyoutubetv2/tv/ui/main/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class MainApplication extends MultiDexApplication { // fix: Didn't find c
2727
static {
2828
// fix youtube bandwidth throttling (best - false)???
2929
// false is better for streams (less buffering)
30-
System.setProperty("http.keepAlive", "false");
30+
//System.setProperty("http.keepAlive", "false");
3131
// fix ipv6 infinite video buffering???
3232
// Better to remove this fix at all. Users complain about infinite loading.
3333
//System.setProperty("java.net.preferIPv6Addresses", "true");

0 commit comments

Comments
 (0)