mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
gradle: Update AboutLibraries dep
Note that we're one version back from the latest due to a bug.
This commit is contained in:
parent
690141a7ee
commit
b53d022533
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue