mirror of https://github.com/M66B/FairEmail.git
Updated recyclerview library
https://developer.android.com/jetpack/androidx/androidx-rn#2018-dec-03-appcompat https://developer.android.com/jetpack/androidx/androidx-rn#2018-dec-03-recyclerview
This commit is contained in:
parent
56d30c206d
commit
7bc593903a
|
@ -69,8 +69,8 @@ repositories {
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def appcompat_version = "1.0.2"
|
||||
def recyclerview_version = "1.0.0"
|
||||
def appcompat_version = "1.1.0-alpha01"
|
||||
def recyclerview_version = "1.1.0-alpha01"
|
||||
def coordinatorlayout_version = "1.0.0"
|
||||
def constraintlayout_version = "1.1.3"
|
||||
def material_version = "1.0.0"
|
||||
|
|
Loading…
Reference in New Issue