We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c07cda commit f4a3c2aCopy full SHA for f4a3c2a
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
applicationId = "com.castle.sefirah"
16
17
- versionCode = 6
18
- versionName = "1.0.5"
+ versionCode = 7
+ versionName = "1.0.6"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
fastlane/metadata/android/en-US/changelogs/7.txt
@@ -0,0 +1,2 @@
1
+fix network discovery (udp client was broken in the last update)
2
+add support for devices outside of local network
0 commit comments