mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
fix build, disable crashlytics on debug
This commit is contained in:
parent
ce9b0167e5
commit
45daa97cc7
2 changed files with 2 additions and 4 deletions
|
|
@ -49,9 +49,6 @@
|
|||
android:label="@string/app_name">
|
||||
</activity>
|
||||
|
||||
<meta-data
|
||||
android:name="io.fabric.ApiKey"
|
||||
android:value="@string/fabric_key" />
|
||||
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id"/>
|
||||
|
||||
<activity
|
||||
|
|
|
|||
|
|
@ -107,7 +107,8 @@ android {
|
|||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
debuggable true
|
||||
|
||||
// Disable fabric build ID generation for debug builds
|
||||
ext.enableCrashlytics = false
|
||||
}
|
||||
release {
|
||||
signingConfig signingConfigs.release
|
||||
|
|
|
|||
Loading…
Reference in a new issue