androidx stuff, updated dependencies
This commit is contained in:
parent
e2aed98ebd
commit
deebff0876
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ dependencies {
|
||||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${DependencyVersions.Jupiter}"
|
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${DependencyVersions.Jupiter}"
|
||||||
|
|
||||||
implementation "com.android.support:design:${DependencyVersions.Android.SupportLibrary}"
|
implementation "com.android.support:design:${DependencyVersions.Android.SupportLibrary}"
|
||||||
implementation 'androidx.appcompat:appcompat:1.0.0-beta01'
|
implementation 'androidx.appcompat:appcompat:1.0.0-rc02'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout-solver:1.1.2'
|
implementation 'androidx.constraintlayout:constraintlayout-solver:1.1.3'
|
||||||
implementation 'com.google.android.material:material:1.0.0-beta01'
|
implementation 'com.google.android.material:material:1.0.0-rc01'
|
||||||
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
|
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue