Update ConstraintLayout dependency
This commit is contained in:
parent
47d7be4bbe
commit
eaca109e41
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ dependencies {
|
|||
implementation 'com.android.support:appcompat-v7:27.1.1'
|
||||
implementation 'com.android.support:support-v4:27.1.1'
|
||||
implementation 'com.android.support:design:27.1.1'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.1'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
||||
implementation 'android.arch.lifecycle:runtime:1.1.1'
|
||||
implementation 'android.arch.lifecycle:extensions:1.1.1'
|
||||
implementation 'android.arch.persistence.room:runtime:1.1.0'
|
||||
|
@ -70,7 +70,7 @@ dependencies {
|
|||
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
|
||||
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.5.0'
|
||||
implementation 'de.hdodenhof:circleimageview:2.2.0' // TODO check x86_64
|
||||
implementation 'de.hdodenhof:circleimageview:2.2.0'
|
||||
|
||||
//testCompile 'junit:junit: 4.12'
|
||||
testImplementation 'org.mockito:mockito-core:1.10.19'
|
||||
|
|
Loading…
Reference in a new issue