Skip to content

Commit 5b0265d

Browse files
committed
release v1.1.3
1 parent 939a860 commit 5b0265d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/build.gradle.kts

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

17-
versionCode = 11
18-
versionName = "1.1.2"
17+
versionCode = 12
18+
versionName = "1.1.3"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
• Add command buttons
2+
• Fix Ui
3+
• Avoid crashing if there're no audio devices
4+
• Fix backup device discovery method not working

0 commit comments

Comments
 (0)