openmobilehub / react-native-omh-storage

https://openmobilehub.github.io/react-native-omh-storage/
Apache License 2.0
2 stars 0 forks source link

fix: proper debugKeystorePath for both CI and local android builds #76

Closed adamTrz closed 1 week ago

adamTrz commented 1 week ago

Summary

Detect if we're on CI or not and use proper debugKeystorePath. If isCi is true we would search for keystore file from project directory otherwise we will use keystore from users root space.

To test one can clone the repo and change fallback value for isCi check in build.gradle file.

Fixes #55