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

Commit

Permalink
update androidx libs to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sliceslicebaby committed Sep 6, 2018
1 parent 4479dd6 commit 4bb4cc8
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 4bb4cc8

Please sign in to comment.