mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 22:09:30 +00:00
Updated dependencies
This commit is contained in:
parent
26a5bc08e7
commit
7cfc9285ec
@ -54,10 +54,10 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation 'com.android.support:appcompat-v7:28.0.0-beta01'
|
implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
|
||||||
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
||||||
implementation 'com.android.support:design:28.0.0-beta01'
|
implementation 'com.android.support:design:28.0.0-rc01'
|
||||||
implementation 'com.android.support:support-v4:28.0.0-beta01'
|
implementation 'com.android.support:support-v4:28.0.0-rc01'
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||||
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
||||||
|
Loading…
Reference in New Issue
Block a user