Skip to content

Commit

Permalink
Update AndroidX Room to 2.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schildbach committed Dec 19, 2019
1 parent c125289 commit 1bb1523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies {
implementation 'androidx.viewpager:viewpager:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
implementation "androidx.sqlite:sqlite:2.0.1"
implementation "androidx.room:room-runtime:2.2.2"
annotationProcessor "androidx.room:room-compiler:2.2.2"
implementation "androidx.room:room-runtime:2.2.3"
annotationProcessor "androidx.room:room-compiler:2.2.3"
implementation 'org.bitcoinj:bitcoinj-core:0.15.6'
implementation 'com.google.protobuf:protobuf-java:3.7.1'
implementation 'com.google.guava:guava:28.1-android'
Expand Down

0 comments on commit 1bb1523

Please sign in to comment.