mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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 {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlinVersion = '1.4.32'
|
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"
|
androidxCoreVersion = "1.3.2"
|
||||||
androidxAnnotationVersion = '1.2.0'
|
androidxAnnotationVersion = '1.2.0'
|
||||||
|
|
Loading…
Reference in a new issue