Skip to content

Commit c8390d6

Browse files
authored
Update README.md
1 parent 9628dc3 commit c8390d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ConnActivityMobile
22

33
## contributing
4-
- use dart format
5-
- for testing: add own fingerprint of sign-key to project (android only) via firebase-console
4+
- use ```dart format```
5+
- for testing: add own fingerprint of sign-key to project (android only) via firebase-console or use the provided debug.keystore from discord
66

77
get sha-1 and sha-256 fingerprint: ```keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android```
88

9-
## signing
10-
For now, dev-builds will be signed by each developers own key. A different key will be used for builds uploaded to Google Play. Builds by GitHub actions cannot communicate with firebase, etc.
9+
## android signing
10+
For now, dev-builds will be signed by each developers own key or the debug.keystore provided on discord. A different key will be used for builds uploaded to Google Play. Builds by GitHub actions cannot communicate with firebase, etc.

0 commit comments

Comments
 (0)