We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd87cb0 commit c915bfbCopy full SHA for c915bfb
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 = 39
9
- const val versionName = "1.38"
+ const val versionCode = 41
+ const val versionName = "1.39"
10
const val minSDK = 21
11
const val currentSDK = 34
12
metadata/en-US/changelogs/41.txt
@@ -0,0 +1,3 @@
1
+- Wear, add complication
2
+- Wear, add ongoing activity
3
+- General bug fixes and improvements
0 commit comments