New material things
This commit is contained in:
@@ -19,32 +19,34 @@
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url 'http://download.crashlytics.com/maven' }
|
||||
mavenCentral()
|
||||
maven { url 'https://maven.fabric.io/repo' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.crashlytics.tools.gradle:crashlytics-gradle:1.+'
|
||||
classpath 'io.fabric.tools:gradle:1.+'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'crashlytics'
|
||||
apply plugin: 'io.fabric'
|
||||
|
||||
repositories {
|
||||
maven { url 'http://download.crashlytics.com/maven' }
|
||||
mavenCentral()
|
||||
maven { url 'https://maven.fabric.io/repo' }
|
||||
}
|
||||
|
||||
|
||||
|
||||
android {
|
||||
compileSdkVersion 20
|
||||
buildToolsVersion '20.0.0'
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion '21.0.2'
|
||||
defaultConfig {
|
||||
applicationId "com.maskyn.fileeditor"
|
||||
minSdkVersion 11
|
||||
targetSdkVersion 19
|
||||
versionCode 30
|
||||
targetSdkVersion 21
|
||||
versionCode 31
|
||||
versionName "1.13"
|
||||
}
|
||||
compileOptions {
|
||||
@@ -69,6 +71,8 @@ android {
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: '*.jar')
|
||||
compile project(':libraries:sharedCode')
|
||||
compile 'com.google.android.gms:play-services:5.0.89'
|
||||
compile 'com.crashlytics.android:crashlytics:1.+'
|
||||
compile 'com.google.android.gms:play-services:6.1.11'
|
||||
compile('com.crashlytics.sdk.android:crashlytics:2.+@aar') {
|
||||
transitive = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user