Updated crashlytics, revert build tools to 22.0.1
This commit is contained in:
parent
135f402bf8
commit
e052650602
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ android {
|
|||
}
|
||||
}
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion '23.0.0 rc3'
|
||||
buildToolsVersion '22.0.1'
|
||||
defaultConfig {
|
||||
applicationId "com.kabouzeid.gramophone"
|
||||
minSdkVersion 16
|
||||
|
|
@ -72,7 +72,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
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;
|
||||
}
|
||||
compile 'com.android.support:support-v4:22.2.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue