Updated support library

This commit is contained in:
Vlad Mihalachi
2015-03-14 13:21:11 +01:00
parent b71d27aeaa
commit 3ee11e0bfb
3 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':libraries:sharedCode')
compile 'com.google.android.gms:play-services-ads:6.5.+'
//compile 'com.google.android.gms:play-services-ads:6.5.+'
compile('com.crashlytics.sdk.android:crashlytics:2.+@aar') {
transitive = true;
}