Skip to content

1.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 21:27
· 11 commits to master since this release
d7f2865
  • 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
  • Updated dependencies: #23