Skip to content

Commit

Permalink
fix: native android dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 11, 2020
1 parent a9057d6 commit 2cd7011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/platforms/android/include.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
def androidXSwipeRefreshLayoutViewVersion = project.hasProperty("androidXSwipeRefreshLayoutViewVersion") ? project.androidXSwipeRefreshLayoutViewVersion : "1.0.0"
def androidXSwipeRefreshLayoutViewVersion = project.hasProperty("androidXSwipeRefreshLayoutViewVersion") ? project.androidXSwipeRefreshLayoutViewVersion : "1.1.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$androidXSwipeRefreshLayoutViewVersion"

}

0 comments on commit 2cd7011

Please sign in to comment.