We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdf562 commit 782f4b2Copy full SHA for 782f4b2
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
applicationId = "com.castle.sefirah"
16
17
- versionCode = 19
18
- versionName = "2.2.1"
+ versionCode = 20
+ versionName = "2.2.2"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
fastlane/metadata/android/en-US/changelogs/20.txt
@@ -0,0 +1,4 @@
1
+• Fix issue where media sessions overriding each other
2
+• Fix media session buttons not working properly after sessions were updated
3
+• Use preferred address when connecting through QR code first
4
+• Send and handle audio streams
0 commit comments