1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Rust Crypto SDK is now the default, and the build will replace the existing application.

This commit is contained in:
Benoit Marty
2023-05-03 11:55:44 +02:00
committed by Benoit Marty
parent da9dd57d64
commit e64d834264
10 changed files with 11 additions and 135 deletions

View File

@@ -323,7 +323,7 @@ tasks.register("recordScreenshots", GradleBuild) {
tasks.register("verifyScreenshots", GradleBuild) {
startParameter.projectProperties.screenshot = ""
tasks = [':vector:verifyPaparazziKotlinCryptoDebug']
tasks = [':vector:verifyPaparazziRustCryptoDebug']
}
ext.initScreenshotTests = { project ->