We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939a860 commit 5b0265dCopy full SHA for 5b0265d
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
applicationId = "com.castle.sefirah"
16
17
- versionCode = 11
18
- versionName = "1.1.2"
+ versionCode = 12
+ versionName = "1.1.3"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
fastlane/metadata/android/en-US/changelogs/12.txt
@@ -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