Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit e212404

Browse files
committed
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 <[email protected]>
1 parent dd6a2b5 commit e212404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Dependencies {
2626
private const val lifecycleVersion = "2.3.0-alpha07"
2727

2828
const val activity_ktx = "androidx.activity:activity-ktx:1.2.0-alpha08"
29-
const val annotation = "androidx.annotation:annotation:1.2.0-alpha01"
29+
const val annotation = "androidx.annotation:annotation:1.1.0"
3030
const val autofill = "androidx.autofill:autofill:1.1.0-alpha02"
3131
const val appcompat = "androidx.appcompat:appcompat:1.3.0-alpha02"
3232
const val biometric = "androidx.biometric:biometric:1.1.0-alpha02"

0 commit comments

Comments
 (0)