update androidx dependencies

* needed for it to actually build in release mode
This commit is contained in:
Peter Cai 2021-03-18 16:44:02 +08:00
parent 389cc92563
commit 15dce316a2
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ ext {
// } // }
// //
deps = [ deps = [
'support-annotations': 'androidx.annotation:annotation:1.0.0-alpha1', 'support-annotations': 'androidx.annotation:annotation:1.1.0',
'support-appcompat-v7': 'androidx.appcompat:appcompat:1.0.0-alpha1', 'support-appcompat-v7': 'androidx.appcompat:appcompat:1.2.0',
'support-recyclerview-v7': 'androidx.recyclerview:recyclerview:1.0.0-alpha1' 'support-recyclerview-v7': 'androidx.recyclerview:recyclerview:1.1.0'
] ]
} }