mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-23 13:30:17 +01:00
updated lib versions
This commit is contained in:
parent
a23448eae4
commit
af1dbfd303
@ -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',
|
||||
|
@ -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']}"
|
||||
}
|
||||
|
@ -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'
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user