diff --git a/HelpStackExample/AndroidManifest.xml b/HelpStackExample/AndroidManifest.xml index 1a5a61f..5035e4b 100644 --- a/HelpStackExample/AndroidManifest.xml +++ b/HelpStackExample/AndroidManifest.xml @@ -8,7 +8,7 @@ android:minSdkVersion="9" android:targetSdkVersion="22" /> - + - + diff --git a/HelpStackExample/build.gradle b/HelpStackExample/build.gradle index 3bf85e2..0e276bf 100644 --- a/HelpStackExample/build.gradle +++ b/HelpStackExample/build.gradle @@ -1,10 +1,30 @@ +buildscript { + repositories { + jcenter(); + maven { url 'https://maven.fabric.io/public' } + } + + dependencies { + classpath 'io.fabric.tools:gradle:1.20.1' + classpath 'com.google.gms:google-services:2.0.0-beta2' + } +} + apply plugin: 'com.android.application' +apply plugin: 'io.fabric' + +repositories { + mavenCentral() + maven { url 'https://maven.fabric.io/public' } +} dependencies { compile fileTree(dir: 'libs', include: '*.jar') compile project(':helpstack') - compile 'com.android.support:appcompat-v7:23.0.0' + compile('com.crashlytics.sdk.android:crashlytics:2.6.1@aar') { + transitive = true; + } } android { @@ -40,4 +60,5 @@ android { exclude 'META-INF/NOTICE' exclude 'META-INF/LICENSE' } + } diff --git a/HelpStackExample/libs/crashlytics.jar b/HelpStackExample/libs/crashlytics.jar deleted file mode 100644 index 978c4cf..0000000 Binary files a/HelpStackExample/libs/crashlytics.jar and /dev/null differ diff --git a/HelpStackExample/res/layout/fragment_main.xml b/HelpStackExample/res/layout/fragment_main.xml index ad49cf0..46f54c5 100644 --- a/HelpStackExample/res/layout/fragment_main.xml +++ b/HelpStackExample/res/layout/fragment_main.xml @@ -1,19 +1,27 @@ -