jvoegele / gradle-android-plugin

Android plugin for the Gradle build system.
Apache License 2.0
406 stars 95 forks source link

Example code in readme.md incorrect #86

Closed jvdvegt closed 6 years ago

jvdvegt commented 11 years ago

The example code should say something like this:

androidSignAndAlign { keyStore = file('test.keystore') keyStorePassword = 'testpass' keyAlias = 'testkey' keyAliasPassword = 'testpass' }

(currently, the 'keyStore' property is listed as a String).