Skip to content

Commit ed0baed

Browse files
committed
Merge branch 'release/5.60.0' into main
2 parents 3e591f6 + 2c21c0e commit ed0baed

File tree

68 files changed

+1594
-836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1594
-836
lines changed

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ android {
9999
ext {
100100
androidX = "1.2.0-beta01"
101101
materialDesign = "1.2.0-alpha05"
102+
swipeRefreshLayout = "1.0.0"
102103
architectureComponents = "1.1.1"
103104
architectureComponentsExtensions = "1.1.1"
104105
androidKtxCore = "1.2.0"
@@ -146,6 +147,7 @@ dependencies {
146147
implementation "androidx.appcompat:appcompat:$androidX"
147148
implementation "com.google.android.material:material:$materialDesign"
148149
implementation "androidx.constraintlayout:constraintlayout:$constraintLayout"
150+
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$swipeRefreshLayout"
149151
implementation "androidx.webkit:webkit:$webkit"
150152
implementation "com.squareup.okhttp3:okhttp:$okHttp"
151153
implementation "com.squareup.retrofit2:retrofit:$retrofit"

0 commit comments

Comments
 (0)