Jemshit Iskanderov
Jemshit Iskanderov
Use https://github.com/instacart/truetime-android/issues/101#issuecomment-461219933
This commit exists on "develop" branch and must be added (cherrypick) to "master" branch as well
It requires Google Play Services, so prob. not in China
For now this can be used: ```yaml - name: Decode AppDistribution ServiceAccount to JSON file id: decode-appdistribution-serviceaccount uses: timheuer/base64-to-file@master with: fileName: 'service-account.json' fileDir: './app_distribution/' encodedString: ${{ secrets.SERVICE_ACC_FIREBASE }} ``` then...
@feng88724 how did you solve
@prashanOS try [this](https://github.com/jemshit/WalletConnect), let me know if you have issues
Hey guys, i see you're trying to improve this library, i have written it from [scratch](https://github.com/jemshit/WalletConnect) using coroutines, you could try it instead. We're already using it in prod. @prashanOS...
You can copy 4 files to your project for now.
In my case it was initialize Admob lately, instead of inside App#onCreate. I don't know what they doing in that method and causing bug.
How to store Bitmap with String key ? @fhucho