updated lib versions

This commit is contained in:
Mariotaku Lee 2017-09-20 14:02:24 +08:00
parent a23448eae4
commit af1dbfd303
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
3 changed files with 7 additions and 6 deletions

View File

@ -50,7 +50,7 @@ subprojects {
PlayServices : '11.2.2',
MapsUtils : '0.5',
DropboxCoreSdk : '3.0.3',
GoogleDriveApi : 'v3-rev61-1.22.0',
GoogleDriveApi : 'v3-rev81-1.22.0',
Exoplayer : 'r2.2.0',
Toro : '2.1.0',
LoganSquare : '1.3.7',
@ -60,7 +60,7 @@ subprojects {
Stetho : '1.5.0',
OSMDroid : '5.6.4',
LeakCanary : '1.5.1',
TwitterText : '1.14.3',
TwitterText : '1.14.7',
MediaViewerLibrary : '0.9.23',
MultiValueSwitch : '0.9.8',
PickNCrop : '0.9.27',

View File

@ -41,7 +41,7 @@ android {
}
dependencies {
compileOnly 'com.google.android.wearable:wearable:2.0.4'
implementation 'com.google.android.support:wearable:2.0.4'
compileOnly 'com.google.android.wearable:wearable:2.0.5'
implementation 'com.google.android.support:wearable:2.0.5'
implementation "com.google.android.gms:play-services-wearable:${libVersions['PlayServices']}"
}

View File

@ -123,8 +123,9 @@ android {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/README'
exclude 'META-INF/INDEX.LIST'
exclude 'LICENSE-junit.txt'
exclude 'sdk-version.txt'
exclude '/LICENSE-junit.txt'
exclude '/sdk-version.txt'
exclude '/generated-sources'
}
}