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.36

razeeman (Feb 4, 2024, 9:19 AM +0300) 448dc248 9791b16c

+5 -2
+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 = 36 5 - const val versionName = "1.35" 4 + const val versionCode = 37 5 + const val versionName = "1.36" 6 6 const val minSDK = 21 7 7 const val currentSDK = 33 8 8 }
+3
metadata/en-US/changelogs/37.txt
··· 1 + - Add more detailed statistics 2 + - Add some translations 3 + - General bug fixes and improvements