Cleanup enabling threads from buildConfig
This commit is contained in:
parent
80bc3af5fa
commit
ae98185c9d
@ -144,11 +144,6 @@ project(":library:diff-match-patch") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Global configurations across all modules
|
|
||||||
ext {
|
|
||||||
isThreadingEnabled = true
|
|
||||||
}
|
|
||||||
|
|
||||||
//project(":matrix-sdk-android") {
|
//project(":matrix-sdk-android") {
|
||||||
// sonarqube {
|
// sonarqube {
|
||||||
// properties {
|
// properties {
|
||||||
|
@ -38,8 +38,6 @@ android {
|
|||||||
resValue "string", "git_sdk_revision_unix_date", "\"${gitRevisionUnixDate()}\""
|
resValue "string", "git_sdk_revision_unix_date", "\"${gitRevisionUnixDate()}\""
|
||||||
resValue "string", "git_sdk_revision_date", "\"${gitRevisionDate()}\""
|
resValue "string", "git_sdk_revision_date", "\"${gitRevisionDate()}\""
|
||||||
|
|
||||||
// Indicates whether or not threading support is enabled
|
|
||||||
buildConfigField "Boolean", "THREADING_ENABLED", "${isThreadingEnabled}"
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
consumerProguardFiles 'proguard-rules.pro'
|
consumerProguardFiles 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
|
@ -146,9 +146,6 @@ android {
|
|||||||
// This *must* only be set in trusted environments.
|
// This *must* only be set in trusted environments.
|
||||||
buildConfigField "Boolean", "handleCallAssertedIdentityEvents", "false"
|
buildConfigField "Boolean", "handleCallAssertedIdentityEvents", "false"
|
||||||
|
|
||||||
// Indicates whether or not threading support is enabled
|
|
||||||
buildConfigField "Boolean", "THREADING_ENABLED", "${isThreadingEnabled}"
|
|
||||||
|
|
||||||
buildConfigField "Boolean", "enableLocationSharing", "true"
|
buildConfigField "Boolean", "enableLocationSharing", "true"
|
||||||
buildConfigField "String", "mapTilerKey", "\"fU3vlMsMn4Jb6dnEIFsx\""
|
buildConfigField "String", "mapTilerKey", "\"fU3vlMsMn4Jb6dnEIFsx\""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user