updated lib versions

This commit is contained in:
Mariotaku Lee 2017-03-04 02:19:08 +08:00
parent 7efdb65896
commit 35c35f498d
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
4 changed files with 12 additions and 12 deletions

View File

@ -79,7 +79,7 @@ before_script:
# Validate if Google components fetched successfully
- test -f twidere/src/google/AndroidManifest.xml
script: ./gradlew build --info
script: ./gradlew build --debug
deploy:
provider: releases

View File

@ -7,7 +7,7 @@ buildscript {
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.14.0'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.google.gms:google-services:3.0.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
@ -39,9 +39,9 @@ subprojects {
mariotaku_object_cursor_version = '0.9.13'
play_services_version = '10.2.0'
crashlyrics_version = '2.6.6'
fabric_plugin_version = '1.22.0'
fabric_plugin_version = '1.22.1'
dropbox_core_sdk_version = '2.1.2'
google_api_drive_version = 'v3-rev55-1.22.0'
google_api_drive_version = 'v3-rev61-1.22.0'
exoplayer_version = 'r2.2.0'
toro_version = '2.1.0'
}

View File

@ -38,6 +38,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.support:wearable:1.4.0'
compile 'com.google.android.support:wearable:2.0.0'
compile "com.google.android.gms:play-services-wearable:$play_services_version"
}

View File

@ -111,7 +111,7 @@ dependencies {
}
// END Non-FOSS component
fdroidCompile 'org.osmdroid:osmdroid-android:5.5:release@aar'
fdroidCompile 'org.osmdroid:osmdroid-android:5.6.4'
debugCompile 'com.facebook.stetho:stetho:1.4.2'
debugCompile 'com.facebook.stetho:stetho-okhttp3:1.4.2'
@ -140,15 +140,15 @@ dependencies {
compile 'com.twitter:twitter-text:1.14.3'
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
compile 'com.squareup:otto:1.3.8'
compile 'dnsjava:dnsjava:2.1.7'
compile 'dnsjava:dnsjava:2.1.8'
compile 'com.commonsware.cwac:layouts:0.4.3'
compile 'com.rengwuxian.materialedittext:library:2.1.4'
compile 'com.pnikosis:materialish-progress:1.7'
compile 'com.github.mariotaku:MessageBubbleView:1.6'
compile 'com.github.mariotaku:DragSortListView:0.6.1'
compile 'com.github.uucky:ColorPicker-Android:0.9.7@aar'
compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.15'
compile 'com.sprylab.android.texturevideoview:texturevideoview:1.1.1'
compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.3'
compile 'com.sprylab.android.texturevideoview:texturevideoview:1.2.1'
compile 'com.squareup:pollexor:2.0.4'
compile 'org.apache.commons:commons-lang3:3.5'
compile 'commons-primitives:commons-primitives:1.0'
@ -160,11 +160,11 @@ dependencies {
compile 'com.github.mariotaku:PickNCrop:0.9.21'
compile "com.github.mariotaku.RestFu:library:$mariotaku_restfu_version"
compile "com.github.mariotaku.RestFu:okhttp3:$mariotaku_restfu_version"
compile 'com.squareup.okhttp3:okhttp:3.5.0'
compile 'com.squareup.okhttp3:okhttp:3.6.0'
compile 'com.lnikkila:extendedtouchview:0.1.0'
compile 'com.google.dagger:dagger:2.8'
compile 'org.attoparser:attoparser:2.0.1.RELEASE'
compile 'com.getkeepsafe.taptargetview:taptargetview:1.6.0'
compile 'org.attoparser:attoparser:2.0.3.RELEASE'
compile 'com.getkeepsafe.taptargetview:taptargetview:1.8.0'
compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'
compile "com.google.android.exoplayer:exoplayer:$exoplayer_version"
compile "com.google.android.exoplayer:extension-okhttp:$exoplayer_version"