2
0
Files
MasterPassword/gradle
Maarten Billemont 8bdf1755b7 Migrating to JDK 1.8
2018-05-15 17:12:42 -04:00
..
2018-05-15 17:12:42 -04:00
2018-04-26 13:05:45 -04:00
2018-05-15 17:12:42 -04:00
2018-04-24 16:06:02 -04:00

To build a release distribution:

STORE_PW=$(mpw masterpassword.keystore) KEY_PW=$(mpw masterpassword-android) gradle assembleRelease

Note:

  • At the time of writing, Android does not build with JDK 9+. As such, the above command must be ran with JAVA_HOME pointing to JDK 7-8.