You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Exposed the adapster library as a compile classpath dependency. This was done, because the library since the first release had leaked adapster's public API, which caused users to manually include the adapster library in their projects. To preserve backwards-compatibility, now the library exposes adapster as api dependency, which means that users can now remove explicit declaration of that library in their gradle files: #31
Migrated the sample module to use ViewBinding to reference views: #28