Fragment version 1.1.0-rc04

pull/160/head
M66B 5 years ago
parent 55f1a2f6b7
commit 5cc246ed03

@ -168,6 +168,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
def appcompat_version = "1.1.0-rc01"
def fragment_version = "1.1.0-rc04"
def recyclerview_version = "1.1.0-beta01"
def coordinatorlayout_version = "1.1.0-beta01"
def constraintlayout_version = "2.0.0-beta2"
@ -197,6 +198,7 @@ dependencies {
// https://mvnrepository.com/artifact/androidx.appcompat/appcompat
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-selection

Loading…
Cancel
Save