diff options
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 8d9215f0..0246f568 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -24,8 +24,9 @@ ext.deps = [ ], androidx: [ - annotation: 'androidx.annotation:annotation:1.2.0-alpha01', activity_ktx: 'androidx.activity:activity-ktx:1.2.0-alpha06', + annotation: 'androidx.annotation:annotation:1.2.0-alpha01', + autofill: 'androidx.autofill:autofill:1.0.0', appcompat: 'androidx.appcompat:appcompat:1.3.0-alpha01', biometric: 'androidx.biometric:biometric:1.1.0-alpha01', constraint_layout: 'androidx.constraintlayout:constraintlayout:2.0.0-beta7', |