We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55501a0 commit f08fd90Copy full SHA for f08fd90
2 files changed
app/build.gradle.kts
@@ -19,7 +19,7 @@ object AppInfo {
19
20
private const val VERSION_MAJOR = 3
21
private const val VERSION_MINOR = 8
22
- private const val VERSION_PATCH = 3
+ private const val VERSION_PATCH = 4
23
private const val VERSION_BUILD = 0
24
25
val versionCode: Int = (VERSION_MAJOR * 1_000_000 + VERSION_MINOR * 10_000 + VERSION_PATCH * 100 + VERSION_BUILD)
fastlane/metadata/android/en-US/changelogs/3080400.txt
@@ -0,0 +1,5 @@
1
+This version brings the following updates:
2
+
3
+* Fix the edit screen not scrolling when sharing a link to the app
4
5
+Feedback and suggestions are always welcome, thank you for using the app!
0 commit comments