We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc5bf4 commit 2a6814cCopy full SHA for 2a6814c
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
applicationId = "com.castle.sefirah"
16
17
- versionCode = 3
18
- versionName = "1.0.2"
+ versionCode = 4
+ versionName = "1.0.3"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
fastlane/metadata/android/en-US/changelogs/4.txt
@@ -0,0 +1,5 @@
1
+* Added the ability to change the ringer mode of the phone
2
+* Added instructions for enabling restricted settings
3
+* Added preference (on Windows) to avoid toasting remote notifications when the phone is in DND
4
+* Added Japanese translations thanks to reindex-ot
5
+* Fixed "Storage Access" preference not working as intended
0 commit comments