2
0
MasterPassword/gradle
2018-04-27 11:36:01 -04:00
..
.idea Fix warnings and inspections. 2018-04-27 11:36:01 -04:00
external-annotations Library API annotations. 2017-04-04 20:40:25 -04:00
gradle/wrapper Reformat to code style. 2018-04-26 13:05:45 -04:00
build.gradle Gradle update. 2018-04-24 16:06:02 -04:00
gradle.properties Java build update and add gradle wrapper. 2017-03-06 19:56:47 -05:00
gradlew Gradle update. 2018-04-24 16:06:02 -04:00
gradlew.bat Java build update and add gradle wrapper. 2017-03-06 19:56:47 -05:00
homebrew-mpw.rb Java build update and add gradle wrapper. 2017-03-06 19:56:47 -05:00
pom.xml Update Java to match C's internal changes. 2017-09-19 13:45:51 -04:00
README.md Describe how to create a Java release. 2018-04-24 16:14:36 -04:00
settings.gradle Fix gradle build with missing local.properties. 2017-09-21 10:32:38 -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.