Fix prepare for release

This commit is contained in:
Erwan Croze 2016-10-20 16:25:51 +02:00
parent a1dc1a7132
commit 76e1519046
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.linphone"
android:versionCode="3200" android:versionName="3.2.0" android:installLocation="auto">
android:versionCode="3201" android:versionName="3.2.0" android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23"/>
<!-- Permissions for Push Notification -->

View file

@ -301,8 +301,10 @@ uninstall:
\tadb uninstall $(PACKAGE_NAME)
release: java-clean build copy-libs update-project
\tpatch -p1 < release.patch
\tcat ant.properties | grep version.name > default.properties
\tant release
\tpatch -Rp1 < release.patch
generate-sdk: liblinphone-android-sdk