Fix version name in about page

This commit is contained in:
Sylvain Berfini 2015-05-06 12:09:02 +02:00
parent 68dd491c89
commit a2622c193c
3 changed files with 3 additions and 2 deletions

View file

@ -472,6 +472,7 @@ install-apk:
release: update-project
$(ANT) clean
patch -p1 < release.patch
cat ant.properties | grep version.name > default.properties
$(ANT) release
git checkout HEAD AndroidManifest.xml

3
README
View file

@ -25,8 +25,7 @@ To build liblinphone for Android, you must:
$ make mediastreamer2-sdk
7) (Optional) To generate a signed apk to publish on the Google Play, run
$ make release
Make sure you filled the ant.properties values for version.name, key.store and key.alias in order to correctly
sign the generated apk.
Make sure you filled the ant.properties values for version.name, key.store and key.alias in order to correctly sign the generated apk.
You also may want to create a file name ant_password.properties with the following:
key.store.password=[your_password]
key.alias.password=[your_password]

View file

@ -26,6 +26,7 @@
application and should be checked into Version Control Systems.
-->
<property file="default.properties" />
<property file="ant.properties" />
<property file="ant_password.properties" />