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>
This commit is contained in:
Harsh Shandilya
2020-09-20 21:49:10 +05:30
parent dd6a2b5813
commit e212404dbe

View File

@@ -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"