Skip to content

Commit f574d8e

Browse files
committed
release v1.1.0
1 parent 3947564 commit f574d8e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
applicationId = "com.castle.sefirah"
1616

17-
versionCode = 8
18-
versionName = "1.0.7"
17+
versionCode = 9
18+
versionName = "1.1.0"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)