updated library version
This commit is contained in:
parent
a96d717c79
commit
e35b2c3179
|
@ -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.2.0'
|
||||
compile 'com.android.support:support-annotations:24.2.1'
|
||||
compile 'com.bluelinelabs:logansquare:1.3.7'
|
||||
compile 'com.github.mariotaku.RestFu:library:0.9.34'
|
||||
compile 'com.github.mariotaku.RestFu:oauth:0.9.34'
|
||||
|
|
|
@ -34,7 +34,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.google.android.support:wearable:1.3.0'
|
||||
compile 'com.google.android.support:wearable:1.4.0'
|
||||
compile project(':twidere.component.nyan')
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
|
|
@ -38,6 +38,6 @@ 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.4.0'
|
||||
compile 'com.google.android.support:wearable:1.4.0'
|
||||
compile 'com.google.android.gms:play-services-wearable:9.6.1'
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ apply plugin: 'io.fabric'
|
|||
// END Non-FOSS component
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.0.3'
|
||||
ext.kotlin_version = '1.0.4'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
|
@ -102,8 +102,8 @@ dependencies {
|
|||
compile project(':twidere.component.nyan')
|
||||
|
||||
// START Non-FOSS component
|
||||
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.android.gms:play-services-maps:9.6.1'
|
||||
googleCompile 'com.google.android.gms:play-services-auth:9.6.1'
|
||||
googleCompile 'com.google.maps.android:android-maps-utils:0.4.4'
|
||||
googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.2@aar') { transitive = true }
|
||||
googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
|
||||
|
@ -120,17 +120,17 @@ dependencies {
|
|||
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
androidTestCompile 'com.android.support:support-annotations:24.2.0'
|
||||
androidTestCompile 'com.android.support:support-annotations:24.2.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-v4:24.2.0'
|
||||
compile 'com.android.support:appcompat-v7:24.2.0'
|
||||
compile 'com.android.support:cardview-v7:24.2.0'
|
||||
compile 'com.android.support:recyclerview-v7:24.2.0'
|
||||
compile 'com.android.support:preference-v7:24.2.0'
|
||||
compile 'com.android.support:preference-v14:24.2.0'
|
||||
compile 'com.android.support:support-v4:24.2.1'
|
||||
compile 'com.android.support:appcompat-v7:24.2.1'
|
||||
compile 'com.android.support:cardview-v7:24.2.1'
|
||||
compile 'com.android.support:recyclerview-v7:24.2.1'
|
||||
compile 'com.android.support:preference-v7:24.2.1'
|
||||
compile 'com.android.support:preference-v14:24.2.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