Changed swiperefreshlayout dependency to static versions.
Test: ./gradlew buildOnServer
Change-Id: Ieaad5a55e192a6b9b73fd87d839b00d48c9f77fc
diff --git a/swiperefreshlayout/build.gradle b/swiperefreshlayout/build.gradle
index 3fa4588..e06db480 100644
--- a/swiperefreshlayout/build.gradle
+++ b/swiperefreshlayout/build.gradle
@@ -7,9 +7,9 @@
}
dependencies {
- api(project(":annotation"))
+ api("androidx.annotation:annotation:1.0.0")
api(project(":core"))
- api(project(":interpolator"))
+ api("androidx.interpolator:interpolator:1.0.0")
androidTestImplementation(JUNIT)
androidTestImplementation(TEST_RUNNER)