no message
This commit is contained in:
parent
bd4905e8c3
commit
9df0eb4476
|
@ -16,6 +16,9 @@
|
||||||
# The password will be asked during the build when you use the 'release' target.
|
# The password will be asked during the build when you use the 'release' target.
|
||||||
|
|
||||||
key.store=my-release-key.keystore
|
key.store=my-release-key.keystore
|
||||||
|
key.store.password = 123456
|
||||||
key.alias=alias_name
|
key.alias=alias_name
|
||||||
|
key.alias.password = 123456
|
||||||
|
|
||||||
java.source=8
|
java.source=8
|
||||||
java.target=8
|
java.target=8
|
||||||
|
|
Loading…
Reference in New Issue