Skip to content

Commit ae1cc86

Browse files
Anubhav Guptamisaochan
authored andcommitted
Fixfor#1493 (commons-app#1548)
Update gradle dependencies
1 parent e3ba740 commit ae1cc86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation 'com.jakewharton.timber:timber:4.5.1'
2121
implementation 'info.debatty:java-string-similarity:0.24'
2222
implementation 'com.borjabravo:readmoretextview:2.1.0'
23-
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
23+
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
2424
implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1@aar'){
2525
transitive=true
2626
}
@@ -76,7 +76,7 @@ dependencies {
7676
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
7777
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.8.1'
7878
androidTestImplementation "com.android.support:support-annotations:$SUPPORT_LIB_VERSION"
79-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2-alpha1'
79+
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
8080

8181
debugImplementation "com.squareup.leakcanary:leakcanary-android:$LEAK_CANARY"
8282
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$LEAK_CANARY"

0 commit comments

Comments
 (0)