We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5727024 commit bddefd8Copy full SHA for bddefd8
app/build.gradle.kts
@@ -22,8 +22,8 @@ android {
22
applicationId = appPackageName
23
minSdk = 26
24
targetSdk = 34
25
- versionCode = 203
26
- versionName = "6.0.0-beta.4"
+ versionCode = 204
+ versionName = "6.0.0"
27
}
28
29
buildFeatures {
distribution/whatsnew/whatsnew-en-US
@@ -1,4 +1,4 @@
1
-- Rewrote most of the app, including the entire UI
+- Improved stability with a mostly rewritten UI under the hood
2
3
Come join us on Discord! https://discordapp.com/invite/4S8JYr8
4
0 commit comments