mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-13 17:20:09 +00:00
gradle: More dependency updates.
This commit is contained in:
parent
fb3c3db34a
commit
98f430f6f7
11
build.gradle
11
build.gradle
|
@ -9,17 +9,20 @@ buildscript {
|
||||||
latestAboutLibsRelease = '8.8.5'
|
latestAboutLibsRelease = '8.8.5'
|
||||||
|
|
||||||
androidxCoreVersion = "1.3.2"
|
androidxCoreVersion = "1.3.2"
|
||||||
androidxAnnotationVersion = '1.2.0'
|
androidxAnnotationVersion = '1.3.0'
|
||||||
androidxAppCompatVersion = "1.2.0"
|
androidxAppCompatVersion = '1.4.1'
|
||||||
androidxLifecycleVersion = "2.2.0"
|
androidxLifecycleVersion = "2.2.0"
|
||||||
androidxConstraintLayoutVersion = '2.0.4'
|
androidxConstraintLayoutVersion = '2.1.3'
|
||||||
|
androidxCardViewVersion = '1.0.0'
|
||||||
|
androidxRecyclerViewVersion = '1.2.1'
|
||||||
|
|
||||||
hiltVersion = '2.35.1'
|
hiltVersion = '2.35.1'
|
||||||
|
|
||||||
materialVersion = "1.3.0"
|
materialVersion = '1.5.0'
|
||||||
|
|
||||||
// This is the version to download if we can't find it locally.
|
// This is the version to download if we can't find it locally.
|
||||||
eigenFetchVersion = '3.4.0'
|
eigenFetchVersion = '3.4.0'
|
||||||
|
buildToolsVersion = "31.0.0"
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
|
@ -201,8 +201,8 @@ dependencies {
|
||||||
// Dependencies related only to AboutLibraries
|
// Dependencies related only to AboutLibraries
|
||||||
implementation "com.mikepenz:aboutlibraries-core:${latestAboutLibsRelease}"
|
implementation "com.mikepenz:aboutlibraries-core:${latestAboutLibsRelease}"
|
||||||
implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}"
|
implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}"
|
||||||
implementation 'androidx.cardview:cardview:1.0.0'
|
implementation "androidx.cardview:cardview:$androidxCardViewVersion"
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.2.0'
|
implementation "androidx.recyclerview:recyclerview:$androidxRecyclerViewVersion"
|
||||||
|
|
||||||
|
|
||||||
// for Hilt dependency injection
|
// for Hilt dependency injection
|
||||||
|
|
Loading…
Reference in a new issue