Use latest stable AndroidX libraries
This commit is contained in:
parent
7fd3810fbf
commit
3981d3d8cc
1 changed files with 3 additions and 4 deletions
|
@ -78,9 +78,8 @@ dependencies {
|
||||||
'libcore.jar'
|
'libcore.jar'
|
||||||
], dir: 'libs')
|
], dir: 'libs')
|
||||||
|
|
||||||
implementation group: 'commons-io', name: 'commons-io', version: '2.6'
|
implementation 'commons-io:commons-io:2.6'
|
||||||
|
|
||||||
// androidx uses old versions, but we need to use what AOSP currently supports
|
implementation 'androidx.preference:preference:1.0.0'
|
||||||
implementation 'androidx.preference:preference:1.0.0-alpha1'
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
|
||||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0-alpha1'
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue