Fix version name in about page
This commit is contained in:
parent
68dd491c89
commit
a2622c193c
3 changed files with 3 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -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
3
README
|
@ -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]
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue