Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 7, 2019
1 parent 7a04d29 commit 31980c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions authenticator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.core:core:1.2.0-beta02'
implementation 'androidx.core:core:1.2.0-rc01'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.fragment:fragment-ktx:1.1.0'
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0-rc01'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.wear:wear:1.0.0'

implementation 'com.google.android.gms:play-services-wearable:17.0.0'
Expand Down
2 changes: 1 addition & 1 deletion companion/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.0.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.fragment:fragment:1.1.0'
implementation 'androidx.fragment:fragment-ktx:1.1.0'
implementation 'androidx.lifecycle:lifecycle-livedata-core:2.1.0'
Expand Down

0 comments on commit 31980c7

Please sign in to comment.