rahim / nightwear

NightScout standalone Wear 2.0 watchface and complication
GNU General Public License v3.0
12 stars 9 forks source link

Android SDK 25 compatibility #20

Closed rahim closed 4 years ago

rahim commented 4 years ago

This is important because a number of early Wear 2.0 watches are stuck on this SDK version (which matches with Android 7.1)

The need to support a min SDK version of 25 is described in Google's own packaging docs.

We're using at least one API that isn't available at this SDK level, java.time.Duration and java.time.Instant will both need replacing.