mirror of https://github.com/M66B/FairEmail.git
Fragment version 1.1.0-rc04
This commit is contained in:
parent
55f1a2f6b7
commit
5cc246ed03
|
@ -168,6 +168,7 @@ dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
def appcompat_version = "1.1.0-rc01"
|
def appcompat_version = "1.1.0-rc01"
|
||||||
|
def fragment_version = "1.1.0-rc04"
|
||||||
def recyclerview_version = "1.1.0-beta01"
|
def recyclerview_version = "1.1.0-beta01"
|
||||||
def coordinatorlayout_version = "1.1.0-beta01"
|
def coordinatorlayout_version = "1.1.0-beta01"
|
||||||
def constraintlayout_version = "2.0.0-beta2"
|
def constraintlayout_version = "2.0.0-beta2"
|
||||||
|
@ -197,6 +198,7 @@ dependencies {
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/androidx.appcompat/appcompat
|
// https://mvnrepository.com/artifact/androidx.appcompat/appcompat
|
||||||
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
||||||
|
implementation "androidx.fragment:fragment:$fragment_version"
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
|
||||||
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection
|
||||||
|
|
Loading…
Reference in New Issue