github mikepenz/AboutLibraries v7.1.0

latest releases: v11.1.4, v11.1.3, v11.1.2...
4 years ago
  • split AboutLibraries into core and ui module
    • for backwards compatibility the ui module stays the same name as the old module.
    • the new cores id is aboutlibraries-core
  • update recyclerView to v1.1.0 to hopefully resolve the problem for @mueller-ma
  • ensure to not ignore the aboutLibraries_description_text and aboutLibraries_name_text
  • Replace !TextUtils.isEmpty by Kotlins isNotEmpty for better readability

Modules

implementation "com.mikepenz:aboutlibraries-core:7.1.0" // only core logic
implementation "com.mikepenz:aboutlibraries:7.1.0" // adds all UI 

Don't miss a new AboutLibraries release

NewReleases is sending notifications on new releases.