lyft / Kronos-Android

An Open Source Kotlin SNTP library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.0.1-alpha10 same as v0.0.1-alpha09

developer-dmp opened this issue · comments

Has anyone else seen this? I recently updated my build.gradle implementation to the newest version and when I rebuild the project/perform gradle sync, I see the alpha10 library in my project, but checking out the source reveals the files are in the same state as they were in the alpha09 version.
Screen Shot 2021-02-09 at 12 44 18 PM
Screen Shot 2021-02-09 at 12 44 43 PM
Screen Shot 2021-02-09 at 12 44 52 PM

Some screenshots of the project and the files that I saw were modified in the release notes but seemed to not be modified in the new alpha10 package.

Checking the maven repo shows alpha10 being the latest version too so a little confused here.

Not sure about your comparison criteria but neither DefaultParam nor AndroidClockFactory were changed in the v0.0.1-alpha10. At least it seems so from the diff.

Yup I figured this had to be my fault. When looking at the latest release, there is a link to commits that have happened since this release and I was looking at that diff. My apologies and thanks for the response!