Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: micrusa <micrusa@hotmail.es>
  • Loading branch information
micrusa committed Apr 29, 2020
1 parent 40c85c4 commit 327293b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'io.reactivex:rxjava:1.1.8'
implementation 'io.reactivex:rxandroid:1.2.1'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.core:core:1.0.0'
implementation 'androidx.preference:preference:1.1.0-rc01'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core:1.2.0'
implementation 'androidx.preference:preference:1.1.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation files('libs/SpringboardPluginLib.jar')
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.github.pwittchen:reactivesensors:0.1.2'
Expand Down

0 comments on commit 327293b

Please sign in to comment.