updated libraries

This commit is contained in:
Mariotaku Lee 2017-01-21 15:14:26 +08:00
parent ba944c09f0
commit 08edd4f9f4
No known key found for this signature in database
GPG Key ID: 9C0706AE47FCE2AD
2 changed files with 9 additions and 4 deletions

View File

@ -36,6 +36,11 @@ subprojects {
ext.mariotaku_commons_library_version = '0.9.11'
ext.mariotaku_restfu_version = '0.9.34'
ext.play_services_version = '10.0.1'
ext.crashlyrics_version = '2.6.6'
ext.fabric_plugin_version = '1.22.0'
ext.dropbox_core_sdk_version = '2.1.2'
ext.google_api_drive_version = 'v3-rev55-1.22.0'
}
afterEvaluate { project ->

View File

@ -20,7 +20,7 @@ buildscript {
dependencies {
// START Non-FOSS component
classpath 'io.fabric.tools:gradle:1.22.0'
classpath "io.fabric.tools:gradle:$fabric_plugin_version"
// END Non-FOSS component
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
@ -99,11 +99,11 @@ dependencies {
googleCompile "com.google.android.gms:play-services-maps:$play_services_version"
googleCompile "com.google.android.gms:play-services-auth:$play_services_version"
googleCompile 'com.google.maps.android:android-maps-utils:0.4.4'
googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true }
googleCompile("com.crashlytics.sdk.android:crashlytics:$crashlyrics_version@aar") { transitive = true }
googleCompile 'com.anjlab.android.iab.v3:library:1.0.38'
googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2'
googleCompile "com.dropbox.core:dropbox-core-sdk:$dropbox_core_sdk_version"
googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
googleCompile 'com.google.apis:google-api-services-drive:v3-rev55-1.22.0'
googleCompile "com.google.apis:google-api-services-drive:$google_api_drive_version"
// END Non-FOSS component
fdroidCompile 'org.osmdroid:osmdroid-android:5.5:release@aar'