Skip to content

Commit 991b26d

Browse files
committed
release 1.48
1 parent 6bb7519 commit 991b26d

File tree

2 files changed

+8
-2
lines changed
  • buildSrc/src/main/kotlin/com/example/util/simpletimetracker
  • metadata/en-US/changelogs

2 files changed

+8
-2
lines changed

buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ object Base {
55
const val namespace = "com.example.util.simpletimetracker"
66

77
// Raise by 2 to account for wear version code.
8-
const val versionCode = 89
9-
const val versionName = "1.47"
8+
const val versionCode = 93
9+
const val versionName = "1.48"
1010
const val minSDK = 21
1111
const val currentSDK = 34
1212

metadata/en-US/changelogs/93.txt

+6
Original file line numberDiff line numberDiff line change
@@ -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
5+
- Add more intents for automated tracking
6+
- General bug fixes and improvements

0 commit comments

Comments
 (0)