Merge pull request #1208 from mfleisz/master
Android: Changed version string for APKs
This commit is contained in:
commit
df2c096908
@ -4,7 +4,7 @@
|
|||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
package="com.freerdp.freerdpcore"
|
package="com.freerdp.freerdpcore"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="@FREERDP_VERSION_FULL@" >
|
android:versionName="@GIT_REVISION@" >
|
||||||
|
|
||||||
<uses-sdk android:targetSdkVersion="8" android:minSdkVersion="8"/>
|
<uses-sdk android:targetSdkVersion="8" android:minSdkVersion="8"/>
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
package="com.freerdp.afreerdp"
|
package="com.freerdp.afreerdp"
|
||||||
android:versionCode="1"
|
android:versionCode="3"
|
||||||
android:versionName="@FREERDP_VERSION_FULL@" >
|
android:versionName="@GIT_REVISION@" >
|
||||||
|
|
||||||
<uses-sdk android:targetSdkVersion="8" android:minSdkVersion="8"/>
|
<uses-sdk android:targetSdkVersion="8" android:minSdkVersion="8"/>
|
||||||
<supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" />
|
<supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" />
|
||||||
|
@ -24,11 +24,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.0</string>
|
<string>1.0.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0</string>
|
<string>1</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user