Skip to content

Commit

Permalink
Deps: Add missing version suffix to swipe to refresh version
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaskP7 committed Nov 24, 2022
1 parent 8c61bbc commit 12caa17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation "com.google.android.material:material:$materialVersion"
implementation 'androidx.percentlayout:percentlayout:1.0.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$swipeToRefresh"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$swipeToRefreshVersion"
implementation "androidx.preference:preference:$preferenceVersion"
implementation "androidx.work:work-runtime:$androidxWorkVersion"
implementation "androidx.work:work-runtime-ktx:$androidxWorkVersion"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ext {
constraintLayoutVersion = '1.1.3'
materialVersion = '1.2.1'
preferenceVersion = '1.1.0'
swipeToRefresh = '1.1.0'
swipeToRefreshVersion = '1.1.0'
uCropVersion = '2.2.4'
lifecycleVersion = '2.4.1'
tracksVersion = '2.2.0'
Expand Down

0 comments on commit 12caa17

Please sign in to comment.