A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
0

Configure Feed

Select the types of activity you want to include in your feed.

release 1.33

razeeman (Dec 22, 2023, 7:05 PM +0300) df3a13af e4237f2b

+4 -2
+2
metadata/en-US/changelogs/34.txt
··· 1 + - Fix category goals not working properly 2 + - General bug fixes and improvements
+2 -2
buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt
··· 1 1 package com.example.util.simpletimetracker 2 2 3 3 object Base { 4 - const val versionCode = 33 5 - const val versionName = "1.32" 4 + const val versionCode = 34 5 + const val versionName = "1.33" 6 6 const val minSDK = 21 7 7 const val currentSDK = 33 8 8 }