forked from organicmaps/organicmaps-tmp
[android] Fixed review notes https://github.com/mapsme/omim/pull/10583#discussion_r268560065
This commit is contained in:
parent
dde5408e05
commit
586b57ba12
1 changed files with 2 additions and 4 deletions
|
@ -67,10 +67,7 @@ dependencies {
|
|||
implementation('com.crashlytics.sdk.android:crashlytics:2.9.4@aar') { transitive = true }
|
||||
implementation('com.crashlytics.sdk.android:crashlytics-ndk:2.0.4@aar') { transitive = true }
|
||||
// 3-party
|
||||
implementation ('com.facebook.android:facebook-android-sdk:4.40.0') {
|
||||
exclude group: 'com.android.support', module:'support-core-utils'
|
||||
}
|
||||
|
||||
implementation 'com.facebook.android:facebook-android-sdk:4.40.0'
|
||||
implementation 'com.facebook.android:audience-network-sdk:4.27.0'
|
||||
implementation 'com.google.code.gson:gson:2.6.1'
|
||||
implementation 'com.pushwoosh:pushwoosh:5.9.0'
|
||||
|
@ -143,6 +140,7 @@ configurations.all {
|
|||
force 'com.android.support:preference-v7:' + propSupportLibraryVersion
|
||||
force 'com.android.support:preference-v14:' + propSupportLibraryVersion
|
||||
force 'com.android.support:customtabs:' + propSupportLibraryVersion
|
||||
force 'com.android.support:support-core-utils:' + propSupportLibraryVersion
|
||||
force 'com.android.support:support-annotations:' + propSupportLibraryVersion
|
||||
force 'com.android.support:support-compat:' + propSupportLibraryVersion
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue