mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user