File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,15 @@ The passwords will be provided by [passman](https://github.com/nextcloud/passman
19
19
1 . Copy ` Openssl.conf.sample ` to ` Openssl.conf `
20
20
1 . Edit the NDK path in Openssl.conf to match your local NDK path
21
21
1 . Run ` SetupOpenssl.sh `
22
- 1 . Use android studio to build or otherwise build with gradle.
22
+ 1 . If you want to compile either an alpha or release version, create a keystore either
23
+ with Android Studio or ` keytool ` and add at least a key for the alpha build:
24
+ ```
25
+ keytool -genkey -v -keystore keystore.jks -alias beta
26
+ ```
27
+ 1 . Create a gradle.properties file based on gradle.properties.example and fill in the
28
+ appropriate values for your keystore. If you only build debug builds you can leave
29
+ the default values.
30
+ 1 . Use Android Studio to build or otherwise build with gradle.
23
31
24
32
## Testing server
25
- If you want access to a passman testing server, poke us on irc (freenode/#passman-dev)
33
+ If you want access to a passman testing server, poke us on irc (freenode/#passman-dev)
You can’t perform that action at this time.
0 commit comments