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 6bb7519 commit 991b26dCopy full SHA for 991b26d
buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt
@@ -5,8 +5,8 @@ object Base {
5
const val namespace = "com.example.util.simpletimetracker"
6
7
// Raise by 2 to account for wear version code.
8
- const val versionCode = 89
9
- const val versionName = "1.47"
+ const val versionCode = 93
+ const val versionName = "1.48"
10
const val minSDK = 21
11
const val currentSDK = 34
12
metadata/en-US/changelogs/93.txt
@@ -0,0 +1,6 @@
1
+- Add activity suggestions available from Additional settings
2
+- Add negative goals
3
+- Add more detailed statistics
4
+- Add more quick actions to edit records
+- Add more intents for automated tracking
+- General bug fixes and improvements
0 commit comments