Skip to content
Snippets Groups Projects
Commit 6dea1eca authored by Benoit Marty's avatar Benoit Marty Committed by Benoit Marty
Browse files

Remove unused configuration (will be deleted on Element project later)

parent 2e60fd8c
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,6 @@ android {
resValue "string", "git_sdk_revision_unix_date", "\"${gitRevisionUnixDate()}\""
resValue "string", "git_sdk_revision_date", "\"${gitRevisionDate()}\""
// Indicates whether or not threading support is enabled
buildConfigField "Boolean", "THREADING_ENABLED", "${isThreadingEnabled}"
defaultConfig {
consumerProguardFiles 'proguard-rules.pro'
}
......
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