mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-15 11:25:26 +00:00
t/oxr_android: Update recyclerview, and do not use wildcard version
This commit is contained in:
parent
ad31345986
commit
928771fddf
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
- mr.703
|
||||
- mr.783
|
||||
- mr.808
|
||||
---
|
||||
More improvements to the Android port.
|
||||
|
|
|
@ -177,8 +177,8 @@ dependencies {
|
|||
// Dependencies related only to AboutLibraries
|
||||
implementation "com.mikepenz:aboutlibraries-core:${latestAboutLibsRelease}"
|
||||
implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}"
|
||||
implementation "androidx.cardview:cardview:1.*.*"
|
||||
implementation "androidx.recyclerview:recyclerview:1.1.*"
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.0'
|
||||
|
||||
|
||||
// for Hilt dependency injection
|
||||
|
|
Loading…
Reference in a new issue