Remove remaining Crashlytics stuff
This commit is contained in:
parent
62242f0137
commit
d1a077c3f4
4 changed files with 0 additions and 19 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
# built application files
|
||||||
*.apk
|
*.apk
|
||||||
*.ap_
|
*.ap_
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,17 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'https://maven.fabric.io/public' }
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//noinspection GradleDynamicVersion
|
//noinspection GradleDynamicVersion
|
||||||
classpath 'io.fabric.tools:gradle:1.+'
|
|
||||||
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
|
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
apply plugin: 'io.fabric'
|
|
||||||
apply plugin: 'com.jakewharton.hugo'
|
apply plugin: 'com.jakewharton.hugo'
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven { url 'https://maven.fabric.io/public' }
|
|
||||||
}
|
|
||||||
|
|
||||||
static def gitBranch() {
|
static def gitBranch() {
|
||||||
def branch = 'GitHub'
|
def branch = 'GitHub'
|
||||||
try {
|
try {
|
||||||
|
|
@ -63,8 +56,6 @@ android {
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix '.debug'
|
applicationIdSuffix '.debug'
|
||||||
versionNameSuffix ' DEBUG (' + gitBranch() + ')'
|
versionNameSuffix ' DEBUG (' + gitBranch() + ')'
|
||||||
|
|
||||||
ext.enableCrashlytics = false // Disable fabric build ID generation for debug builds
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -138,9 +138,6 @@
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="com.lge.support.SPLIT_WINDOW"
|
android:name="com.lge.support.SPLIT_WINDOW"
|
||||||
android:value="true" />
|
android:value="true" />
|
||||||
<meta-data
|
|
||||||
android:name="com.crashlytics.ApiKey"
|
|
||||||
android:value="b23725bd3d266aa65c5a3dd1816b2f801524a189" />
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="com.kabouzeid.gramophone.glide.PhonographGlideModule"
|
android:name="com.kabouzeid.gramophone.glide.PhonographGlideModule"
|
||||||
android:value="GlideModule" />
|
android:value="GlideModule" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue