From e212404dbecfacbb3b72dfcfdf710ee1e5c85d76 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 20 Sep 2020 21:49:10 +0530 Subject: Dependencies: downgrade annotation to 1.1.0 We don't use the new annotation added in the alpha and since this dependency is shared between the library and app it's best to stick to stable until necessary Signed-off-by: Harsh Shandilya --- buildSrc/src/main/java/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildSrc/src') diff --git a/buildSrc/src/main/java/Dependencies.kt b/buildSrc/src/main/java/Dependencies.kt index 00d1ba8e..341cb0ae 100644 --- a/buildSrc/src/main/java/Dependencies.kt +++ b/buildSrc/src/main/java/Dependencies.kt @@ -26,7 +26,7 @@ object Dependencies { private const val lifecycleVersion = "2.3.0-alpha07" const val activity_ktx = "androidx.activity:activity-ktx:1.2.0-alpha08" - const val annotation = "androidx.annotation:annotation:1.2.0-alpha01" + const val annotation = "androidx.annotation:annotation:1.1.0" const val autofill = "androidx.autofill:autofill:1.1.0-alpha02" const val appcompat = "androidx.appcompat:appcompat:1.3.0-alpha02" const val biometric = "androidx.biometric:biometric:1.1.0-alpha02" -- cgit v1.2.3