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

Commit

Permalink
Merge pull request #12 from sliceslicebaby/master
Browse files Browse the repository at this point in the history
update androidx libs to latest
  • Loading branch information
codingjeremy authored Sep 6, 2018
2 parents aaa6fb8 + 4bb4cc8 commit 3f82973
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime:2.0.0-rc01"
implementation "androidx.lifecycle:lifecycle-extensions:2.0.0-rc01"
implementation "androidx.lifecycle:lifecycle-common:2.0.0-rc01"
implementation "androidx.slice:slice-view:1.0.0-rc01"
implementation "androidx.slice:slice-view:1.0.0-rc02"
implementation "androidx.slice:slice-builders-ktx:1.0.0-alpha5"
implementation "androidx.appcompat:appcompat:1.0.0-rc01"
implementation "androidx.cardview:cardview:1.0.0-rc01"
implementation "androidx.core:core-ktx:1.0.0-rc01"
implementation 'androidx.constraintlayout:constraintlayout:1.1.2'
implementation "androidx.appcompat:appcompat:1.0.0-rc02"
implementation "androidx.cardview:cardview:1.0.0-rc02"
implementation "androidx.core:core-ktx:1.0.0-rc02"
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}

android {
Expand Down

0 comments on commit 3f82973

Please sign in to comment.