-
Notifications
You must be signed in to change notification settings - Fork 27
Issues: MyEtherWallet/MEWconnect-Android
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
docker build -t android-build . docker run --rm -v "$PWD":/home/gradle/ -w /home/gradle/ android-build gradle assemble docker run --rm -v "$PWD":/home/gradle/ -w /home/gradle/ android-build zipalign -p 4 app/build/outputs/apk/release/app-release-unsigned.apk release/MEWconnect-Android-$RELEASE-unsigned.apk docker run --rm -v "$PWD":/home/gradle/ -w /home/gradle/ android-build apksigner sign --out release/MEWconnect-Android-$RELEASE.apk --ks MEWconnect-keystore.jks --ks-key-alias mewconnect --ks-pass env:KEYSTORE_PASS --key-pass env:KEY_PASS release/MEWconnect-Android-$RELEASE-unsigned.apk
#23
opened Jul 16, 2021 by
aboodsharawneh
[Feature Request] Add timeout feature for biometric authentication
#12
opened Jan 19, 2020 by
artestdevice
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.