Skip to content

v3.0.0-RC3

Latest
Compare
Choose a tag to compare
@yshrsmz yshrsmz released this 12 Feb 11:45
· 4 commits to master since this release
  • Update library to no longer pull dependencies from JCenter in preparation for its shutdown on May 1, 2021. Thanks @barnhill!
  • Moved to Maven Central
  • Kotlin 1.4.30
  • targetSdkVersion is now 30
  • Android Gradle Plugin 4.1.2
  • androidx.lifecycle 2.3.0
  • Disable BuildConfig generation
  • Mark interface with fun for SAM conversion. Thanks @starsep!
  • Use rootView instead of first child to fix [#61]. Thanks @kuno!