Skip to content

Commit 7434383

Browse files
committed
Version 1.8.5
1 parent 2fa015f commit 7434383

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId 'slowscript.warpinator'
99
minSdkVersion 21 //Required by NSD (attributes)
1010
targetSdkVersion 35
11-
versionCode 1084
12-
versionName "1.8.4"
11+
versionCode 1085
12+
versionName "1.8.5"
1313
}
1414

1515
buildTypes {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Fixed error when connecting more than 1 other device
2+
- Fixed issue where devices would sometimes register with API v1 even if both support V2
3+
- Report connection error in second phase instead of just "no duplex"
4+
- Extended duplex timeout to 8 seconds

0 commit comments

Comments
 (0)