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 e091fac commit 546bf4eCopy full SHA for 546bf4e
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
applicationId = "com.castle.sefirah"
16
17
- versionCode = 16
18
- versionName = "2.0.1"
+ versionCode = 17
+ versionName = "2.1.0"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
fastlane/metadata/android/en-US/changelogs/17.txt
@@ -0,0 +1,6 @@
1
+• feat: Make MainActivity as connection tile preferences
2
+• feat: improve clipboard transfer for images
3
+• handle vectordrawable in notifications
4
+• disable active mode for tiles
5
+• stop message db observer when connection is lost
6
+• add support for Android 6
0 commit comments