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.

chore: Upgrade to minSDK 26

A newly scaffolded WearOS module requires these minimums,
so upgrading the main app should help with compatibility.

Joseph Hale (Feb 26, 2024, 10:23 PM -0700) 828288fb 9f30683f

+1 -1
+1 -1
buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt
··· 6 6 7 7 const val versionCode = 38 8 8 const val versionName = "1.37" 9 - const val minSDK = 21 9 + const val minSDK = 26 10 10 const val currentSDK = 34 11 11 }