We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa015f commit 7434383Copy full SHA for 7434383
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId 'slowscript.warpinator'
9
minSdkVersion 21 //Required by NSD (attributes)
10
targetSdkVersion 35
11
- versionCode 1084
12
- versionName "1.8.4"
+ versionCode 1085
+ versionName "1.8.5"
13
}
14
15
buildTypes {
fastlane/metadata/android/en-US/changelogs/1085.txt
@@ -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