diff --git a/.gitignore b/.gitignore index 675d3b0a..02ce5e46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -app/src/main/res/values/com_crashlytics_export_strings.xml -app/src/main/assets/crashlytics-build.properties -#app/crashlytics.properties - # built application files *.apk *.ap_ diff --git a/app/build.gradle b/app/build.gradle index 6df04c2f..6b34f33c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,24 +1,17 @@ buildscript { repositories { - maven { url 'https://maven.fabric.io/public' } mavenCentral() } dependencies { //noinspection GradleDynamicVersion - classpath 'io.fabric.tools:gradle:1.+' classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1' } } apply plugin: 'com.android.application' -apply plugin: 'io.fabric' apply plugin: 'com.jakewharton.hugo' -repositories { - maven { url 'https://maven.fabric.io/public' } -} - static def gitBranch() { def branch = 'GitHub' try { @@ -63,8 +56,6 @@ android { debug { applicationIdSuffix '.debug' versionNameSuffix ' DEBUG (' + gitBranch() + ')' - - ext.enableCrashlytics = false // Disable fabric build ID generation for debug builds } } packagingOptions { diff --git a/app/crashlytics.properties b/app/crashlytics.properties deleted file mode 100644 index 094c4eba..00000000 --- a/app/crashlytics.properties +++ /dev/null @@ -1,3 +0,0 @@ -#Contains API Secret used to validate your application. Commit to internal source control; avoid making secret public. -#Thu Dec 04 21:13:29 CET 2014 -apiSecret=9ac7e05ca7b1630cfd18de098d7ed2db2a8904d1eed9d1569d4e5edf0f740aac diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 44e43518..ddc6a53b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -138,9 +138,6 @@ -