Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slowscript committed Sep 14, 2022
1 parent 05bb56d commit 6f0c480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'slowscript.warpinator'
minSdkVersion 21 //Required by NSD (attributes)
targetSdkVersion 32
versionCode 1050
versionName "1.5.0"
versionCode 1051
versionName "1.5.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/slowscript/warpinator/MainService.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class MainService extends Service {
static int PROGRESS_NOTIFICATION_ID = 2;
static String ACTION_STOP = "StopSvc";
static long pingTime = 10_000;
static long reconnectTime = 30_000;
static long reconnectTime = 40_000;
static long autoStopTime = 60_000;

public int runningTransfers = 0;
Expand Down

0 comments on commit 6f0c480

Please sign in to comment.