mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
Rust Crypto SDK is now the default, and the build will replace the existing application.
This commit is contained in:
committed by
Benoit Marty
parent
da9dd57d64
commit
e64d834264
@@ -334,16 +334,16 @@ android {
|
||||
|
||||
kotlinCrypto {
|
||||
dimension "crypto"
|
||||
isDefault = true
|
||||
// versionName "${versionMajor}.${versionMinor}.${versionPatch}${getFdroidVersionSuffix()}"
|
||||
buildConfigField "String", "CRYPTO_FLAVOR_DESCRIPTION", "\"olm-crypto\""
|
||||
// buildConfigField "String", "FLAVOR_DESCRIPTION", "\"KotlinCrypto\""
|
||||
}
|
||||
rustCrypto {
|
||||
dimension "crypto"
|
||||
applicationIdSuffix ".corroded"
|
||||
versionNameSuffix "-R"
|
||||
resValue "string", "app_name", "ER"
|
||||
isDefault = true
|
||||
// applicationIdSuffix ".corroded"
|
||||
// versionNameSuffix "-R"
|
||||
// resValue "string", "app_name", "ER"
|
||||
|
||||
// // versionName "${versionMajor}.${versionMinor}.${versionPatch}${getFdroidVersionSuffix()}"
|
||||
buildConfigField "String", "CRYPTO_FLAVOR_DESCRIPTION", "\"rust-crypto\""
|
||||
|
Reference in New Issue
Block a user