Skip to content
This repository was archived by the owner on Sep 13, 2019. It is now read-only.

Commit 3f82973

Browse files
authored
Merge pull request #12 from sliceslicebaby/master
update androidx libs to latest
2 parents aaa6fb8 + 4bb4cc8 commit 3f82973

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ dependencies {
1111
implementation "androidx.lifecycle:lifecycle-runtime:2.0.0-rc01"
1212
implementation "androidx.lifecycle:lifecycle-extensions:2.0.0-rc01"
1313
implementation "androidx.lifecycle:lifecycle-common:2.0.0-rc01"
14-
implementation "androidx.slice:slice-view:1.0.0-rc01"
14+
implementation "androidx.slice:slice-view:1.0.0-rc02"
1515
implementation "androidx.slice:slice-builders-ktx:1.0.0-alpha5"
16-
implementation "androidx.appcompat:appcompat:1.0.0-rc01"
17-
implementation "androidx.cardview:cardview:1.0.0-rc01"
18-
implementation "androidx.core:core-ktx:1.0.0-rc01"
19-
implementation 'androidx.constraintlayout:constraintlayout:1.1.2'
16+
implementation "androidx.appcompat:appcompat:1.0.0-rc02"
17+
implementation "androidx.cardview:cardview:1.0.0-rc02"
18+
implementation "androidx.core:core-ktx:1.0.0-rc02"
19+
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
2020
}
2121

2222
android {

0 commit comments

Comments
 (0)