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

razeeman (Aug 20, 2023, 11:24 AM +0300) a71f1bf7 7c1732c7

+4 -2
+2
metadata/en-US/changelogs/31.txt
··· 1 + - Add button to repeat previous activity 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 = 30 5 - const val versionName = "1.29" 4 + const val versionCode = 31 5 + const val versionName = "1.30" 6 6 const val minSDK = 21 7 7 const val currentSDK = 33 8 8 }