diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-10-29 21:40:49 +0100 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2017-10-30 11:37:02 +0100 |
commit | 5dc8ce96aed1367d36a9467317c6a8ffec0f1d2e (patch) | |
tree | 1066b027e0f0e522c3a20d22bd8a5d7c52fd43b8 /tools/android | |
parent | ded58c56384e379ccbb463e669b5ad0542a64c6b (diff) |
[android][versioning] use a dotted VERSION_CODE
Diffstat (limited to 'tools/android')
-rw-r--r-- | tools/android/packaging/xbmc/AndroidManifest.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/android/packaging/xbmc/AndroidManifest.xml.in b/tools/android/packaging/xbmc/AndroidManifest.xml.in index 2265e2f7d5..165833c2ae 100644 --- a/tools/android/packaging/xbmc/AndroidManifest.xml.in +++ b/tools/android/packaging/xbmc/AndroidManifest.xml.in @@ -3,7 +3,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="@APP_PACKAGE@" android:installLocation="auto" - android:versionCode="@APP_VERSION_CODE@" + android:versionCode="@APP_VERSION_CODE_ANDROID@" android:versionName="@APP_VERSION@" > <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="22" /> |