Skip to content

Commit

Permalink
build.gradle: Update AndroidX Core to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jul 2, 2020
1 parent a16e0e5 commit 2513d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurations {
dependencies {
implementation project(':integration-android')
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.core:core:1.2.0'
implementation 'androidx.core:core:1.3.0'
implementation 'androidx.fragment:fragment:1.2.4'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down

0 comments on commit 2513d97

Please sign in to comment.