Fix prepare for release
This commit is contained in:
parent
a1dc1a7132
commit
76e1519046
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.linphone"
|
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"/>
|
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23"/>
|
||||||
|
|
||||||
<!-- Permissions for Push Notification -->
|
<!-- Permissions for Push Notification -->
|
||||||
|
|
|
@ -301,8 +301,10 @@ uninstall:
|
||||||
\tadb uninstall $(PACKAGE_NAME)
|
\tadb uninstall $(PACKAGE_NAME)
|
||||||
|
|
||||||
release: java-clean build copy-libs update-project
|
release: java-clean build copy-libs update-project
|
||||||
|
\tpatch -p1 < release.patch
|
||||||
\tcat ant.properties | grep version.name > default.properties
|
\tcat ant.properties | grep version.name > default.properties
|
||||||
\tant release
|
\tant release
|
||||||
|
\tpatch -Rp1 < release.patch
|
||||||
|
|
||||||
generate-sdk: liblinphone-android-sdk
|
generate-sdk: liblinphone-android-sdk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue