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 3947564 commit f574d8eCopy full SHA for f574d8e
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
applicationId = "com.castle.sefirah"
16
17
- versionCode = 8
18
- versionName = "1.0.7"
+ versionCode = 9
+ versionName = "1.1.0"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
fastlane/metadata/android/en-US/changelogs/9.txt
@@ -0,0 +1,4 @@
1
+Added sms texting support
2
+Allow invoking notifications directly from desktop through scrcpy
3
+Fixed a few issues with network discovery and connectivity
4
+Fixed an issue where preference settings won't be saved correctly
0 commit comments