We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002ee18 commit 35d615fCopy full SHA for 35d615f
2 files changed
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "org.kde.bettercounter"
19
minSdk = 21
20
targetSdk = 35
21
- versionCode = 50003
22
- versionName = "5.0.3"
+ versionCode = 50100
+ versionName = "5.1.0"
23
24
javaCompileOptions {
25
annotationProcessorOptions {
fastlane/metadata/android/en-US/changelogs/50100.txt
@@ -0,0 +1,7 @@
1
+5.1.0:
2
+- Improved widget responsiveness
3
+
4
+5.0:
5
+- Add a filter/search
6
+- Add settings to configure average calculation and auto-export
7
+- Keep Y axis the same for all charts
0 commit comments