Merge pull request #2860 from vector-im/dependabot/gradle/androidx.autofill-autofill-1.1.0

Bump autofill from 1.0.0 to 1.1.0
This commit is contained in:
Benoit Marty 2021-02-20 11:18:10 +01:00 committed by GitHub
commit 120ed41507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,7 +295,7 @@ dependencies {
def glide_version = '4.12.0'
def moshi_version = '1.11.0'
def daggerVersion = '2.32'
def autofill_version = "1.0.0"
def autofill_version = "1.1.0"
def work_version = '2.4.0'
def arch_version = '2.1.0'
def lifecycle_version = '2.2.0'