instacart / truetime-android

Android NTP time library. Get the true current time impervious to device clock time changes
https://tech.instacart.com/truetime/
Apache License 2.0
1.41k stars 194 forks source link

Java 11 and Jitpack fix #146

Closed Jawnnypoo closed 1 year ago

Jawnnypoo commented 1 year ago

I saw the note about Jitpack, if you include a .jitpack.yml file, it will read it and use the JDK specified (since it uses 1.8 by default right now)

So, with this, we can update a bunch of dependencies and use Java 11 compilation (enabled in AGP 7.4!)

kaushikgopal commented 1 year ago

👏 thank you 🙏