Skip to content
Snippets Groups Projects
Commit 7ce4f317 authored by abb128's avatar abb128
Browse files

Fix build without ACRA

parent eb5ed752
No related branches found
No related tags found
2 merge requests!7Merge model-metadata to master,!4Merge lm-2-finetuning-whisperggml into lm-2-finetuning
......@@ -79,9 +79,9 @@ android {
it.buildConfigField "String", "ACRA_PASSWORD", crashReportProperties['acraPassword']
} else {
it.buildConfigField "boolean", "ENABLE_ACRA", "false"
it.buildConfigField "String", "ACRA_URL", ""
it.buildConfigField "String", "ACRA_USER", ""
it.buildConfigField "String", "ACRA_PASSWORD", ""
it.buildConfigField "String", "ACRA_URL", "\"\""
it.buildConfigField "String", "ACRA_USER", "\"\""
it.buildConfigField "String", "ACRA_PASSWORD", "\"\""
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment