mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 06:25:11 +01:00
* gitignore android + ios folders * update deps * react-native-usb Expo + RN 0.73 support * remove unnecessary fonts * migrate to Expo * update github workflows for Expo * fix type error * update expo-av * fix lottie welcome animation * change android version to 1 for debug * fix deps * fix tsconfig * PR fixes * fix min sdk version * rename app * add Sentry auth token to CI * remove unsused deps in root package.json * fix staging pipeline * update package.json scripts * fix staging * fix fastlane prod * fix unit tests * fix unit tests
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"android": {
|
|
"keystore": {
|
|
"keystorePath": "android/app/debug.keystore",
|
|
"keystorePassword": "android",
|
|
"keyAlias": "androiddebugkey",
|
|
"keyPassword": "android"
|
|
}
|
|
}
|
|
}
|