Update dependencies

This commit is contained in:
Mygod
2018-06-10 17:30:47 +08:00
parent c79b0f0fe1
commit 9d5f26afb2
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript {
ext {
androidPluginVersion = '3.1.2'
androidPluginVersion = '3.1.3'
kotlinVersion = '1.2.41'
supportLibraryVersion = '27.1.1'
takisoftFixVersion = '27.1.1.1'

View File

@@ -33,7 +33,7 @@ dependencies {
implementation "com.android.support:customtabs:$supportLibraryVersion"
implementation "com.android.support:design:$supportLibraryVersion"
implementation "com.android.support:preference-v14:$supportLibraryVersion"
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.1'
implementation 'com.github.luongvo:BadgeView:1.1.5'
implementation 'com.linkedin.dexmaker:dexmaker-mockito:2.16.0'
implementation "com.takisoft.fix:preference-v7:$takisoftFixVersion"