update androidx dependencies
* needed for it to actually build in release mode
This commit is contained in:
parent
389cc92563
commit
15dce316a2
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ ext {
|
|||
// }
|
||||
//
|
||||
deps = [
|
||||
'support-annotations': 'androidx.annotation:annotation:1.0.0-alpha1',
|
||||
'support-appcompat-v7': 'androidx.appcompat:appcompat:1.0.0-alpha1',
|
||||
'support-recyclerview-v7': 'androidx.recyclerview:recyclerview:1.0.0-alpha1'
|
||||
'support-annotations': 'androidx.annotation:annotation:1.1.0',
|
||||
'support-appcompat-v7': 'androidx.appcompat:appcompat:1.2.0',
|
||||
'support-recyclerview-v7': 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue