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:
parent
dd6a2b5813
commit
e212404dbe
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue