updating libraries
This commit is contained in:
parent
4cf4e69b4e
commit
32f1cf4ea8
|
@ -39,7 +39,7 @@ dependencies {
|
|||
apt 'com.bluelinelabs:logansquare-compiler:1.3.7'
|
||||
apt 'com.hannesdorfmann.parcelableplease:processor:1.0.2'
|
||||
apt 'com.github.mariotaku.ObjectCursor:processor:0.9.9'
|
||||
compile 'com.android.support:support-annotations:24.1.0'
|
||||
compile 'com.android.support:support-annotations:24.1.1'
|
||||
compile 'com.bluelinelabs:logansquare:1.3.7'
|
||||
compile 'com.github.mariotaku.RestFu:library:0.9.32'
|
||||
compile 'com.github.mariotaku.RestFu:oauth:0.9.32'
|
||||
|
|
|
@ -39,5 +39,5 @@ android {
|
|||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.google.android.support:wearable:1.3.0'
|
||||
compile 'com.google.android.gms:play-services-wearable:9.2.1'
|
||||
compile 'com.google.android.gms:play-services-wearable:9.4.0'
|
||||
}
|
||||
|
|
|
@ -101,8 +101,8 @@ dependencies {
|
|||
compile project(':twidere.component.nyan')
|
||||
|
||||
// START Non-FOSS component
|
||||
googleCompile 'com.google.android.gms:play-services-maps:9.2.1'
|
||||
googleCompile 'com.google.android.gms:play-services-auth:9.2.1'
|
||||
googleCompile 'com.google.android.gms:play-services-maps:9.4.0'
|
||||
googleCompile 'com.google.android.gms:play-services-auth:9.4.0'
|
||||
googleCompile 'com.google.maps.android:android-maps-utils:0.4.3'
|
||||
googleCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true }
|
||||
googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
|
||||
|
@ -118,17 +118,17 @@ dependencies {
|
|||
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
androidTestCompile 'com.android.support:support-annotations:24.1.0'
|
||||
androidTestCompile 'com.android.support:support-annotations:24.1.1'
|
||||
androidTestCompile 'com.android.support.test:runner:0.5'
|
||||
androidTestCompile 'com.android.support.test:rules:0.5'
|
||||
|
||||
compile 'com.android.support:multidex:1.0.1'
|
||||
compile 'com.android.support:support-v13:24.1.0'
|
||||
compile 'com.android.support:appcompat-v7:24.1.0'
|
||||
compile 'com.android.support:cardview-v7:24.1.0'
|
||||
compile 'com.android.support:recyclerview-v7:24.1.0'
|
||||
compile 'com.android.support:preference-v7:24.1.0'
|
||||
compile 'com.android.support:preference-v14:24.1.0'
|
||||
compile 'com.android.support:support-v13:24.1.1'
|
||||
compile 'com.android.support:appcompat-v7:24.1.1'
|
||||
compile 'com.android.support:cardview-v7:24.1.1'
|
||||
compile 'com.android.support:recyclerview-v7:24.1.1'
|
||||
compile 'com.android.support:preference-v7:24.1.1'
|
||||
compile 'com.android.support:preference-v14:24.1.1'
|
||||
compile 'com.twitter:twitter-text:1.13.0'
|
||||
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
|
||||
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.5.0'
|
||||
|
|
Loading…
Reference in New Issue