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

razeeman (Oct 11, 2020, 8:53 AM +0300) 9d670998 7dc045f6

+2 -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 = 5 5 - const val versionName = "1.4" 4 + const val versionCode = 6 5 + const val versionName = "1.5" 6 6 const val minSDK = 19 7 7 const val currentSDK = 29 8 8 }