gradle: Update AboutLibraries dep

Note that we're one version back from the latest due to a bug.
This commit is contained in:
Ryan Pavlik 2021-05-18 11:40:48 -05:00
parent 690141a7ee
commit b53d022533

View file

@ -4,7 +4,9 @@
buildscript {
ext {
kotlinVersion = '1.4.32'
latestAboutLibsRelease = "8.5.0"
// Skip 8.8.6 - see https://github.com/mikepenz/AboutLibraries/issues/648
latestAboutLibsRelease = '8.8.5'
androidxCoreVersion = "1.3.2"
androidxAnnotationVersion = '1.2.0'