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 ef10cfc commit 2d60403Copy full SHA for 2d60403
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
applicationId = "com.castle.sefirah"
16
17
- versionCode = 10
18
- versionName = "1.1.1"
+ versionCode = 11
+ versionName = "1.1.2"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
fastlane/metadata/android/en-US/changelogs/11.txt
@@ -0,0 +1,3 @@
1
+• Update Ui
2
+• Improve media playback and add audio device control
3
+• Notifies if an update is available on startup
0 commit comments