Updated crashlytics, revert build tools to 22.0.1

This commit is contained in:
Karim Abou Zeid 2015-08-10 13:07:33 +02:00
commit e052650602

View file

@ -45,7 +45,7 @@ android {
} }
} }
compileSdkVersion 22 compileSdkVersion 22
buildToolsVersion '23.0.0 rc3' buildToolsVersion '22.0.1'
defaultConfig { defaultConfig {
applicationId "com.kabouzeid.gramophone" applicationId "com.kabouzeid.gramophone"
minSdkVersion 16 minSdkVersion 16
@ -72,7 +72,7 @@ android {
dependencies { dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])
compile('com.crashlytics.sdk.android:crashlytics:2.2.1@aar') { compile('com.crashlytics.sdk.android:crashlytics:2.5.0@aar') {
transitive = true; transitive = true;
} }
compile 'com.android.support:support-v4:22.2.1' compile 'com.android.support:support-v4:22.2.1'