We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2a23a commit 0365922Copy full SHA for 0365922
build.gradle
@@ -35,6 +35,7 @@ buildscript {
35
hiltWorkerVersion = "1.0.0"
36
hiltCompilerVersion = "1.0.0"
37
crashlyticsVersion = "2.9.2"
38
+ swipeRefreshLayoutVersion = "1.1.0"
39
}
40
dependencies {
41
classpath "com.google.gms:google-services:$googleServiceVersion"
presentation/build.gradle
@@ -117,4 +117,8 @@ dependencies {
117
// HiltWorker
118
implementation "androidx.hilt:hilt-work:$hiltWorkerVersion"
119
kapt "androidx.hilt:hilt-compiler:$hiltCompilerVersion"
120
+
121
+ // SwipeRefresh
122
+ implementation "androidx.swiperefreshlayout:swiperefreshlayout:$swipeRefreshLayoutVersion"
123
124
0 commit comments