aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-09-20 21:49:10 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-09-20 21:49:10 +0530
commite212404dbecfacbb3b72dfcfdf710ee1e5c85d76 (patch)
tree9a50d6cc56df605795ea2a3c61ab043af91ca20a /buildSrc
parentdd6a2b581334eb6da20148daedb1832e5221ebb3 (diff)
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 <me@msfjarvis.dev>
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/java/Dependencies.kt2
1 files changed, 1 insertions, 1 deletions
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"