Bump constraint-layout from 1.0.2 to 1.1.3 (#1315)

Bumps constraint-layout from 1.0.2 to 1.1.3.

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-04 23:04:45 +02:00 committed by Simon Frei
parent a65e60b005
commit 3efc7d1ecb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ dependencies {
implementation 'com.google.guava:guava:23.6-android'
implementation 'com.annimon:stream:1.1.9'
implementation 'com.android.volley:volley:1.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.google.dagger:dagger:2.14.1'
annotationProcessor "com.google.dagger:dagger-compiler:2.14.1"
androidTestImplementation 'com.android.support.test:rules:1.0.2'