Skip to content

Commit e400ed1

Browse files
committed
Add build instructions for gradle properties
The build instructions were missing a hint about the gradle properties file and the keystore needed for alpha and release builds.
1 parent 5e0fad2 commit e400ed1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ The passwords will be provided by [passman](https://github.com/nextcloud/passman
1919
1. Copy `Openssl.conf.sample` to `Openssl.conf`
2020
1. Edit the NDK path in Openssl.conf to match your local NDK path
2121
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.
2331

2432
## 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)

0 commit comments

Comments
 (0)