tobitege | 9d0fcb0 | 2015-03-30 15:23:19 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2014 BlissRoms Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <ROM> |
| 18 | <!--ROM Name--> |
| 19 | <RomName>BLISS_OTA_ROM</RomName> |
| 20 | |
| 21 | <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE--> |
| 22 | <VersionName>BLISS_OTA_VERNAME</VersionName> |
| 23 | |
| 24 | <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE--> |
| 25 | <VersionNumber type="integer">BLISS_OTA_VERSION</VersionNumber> |
| 26 | |
| 27 | <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE--> |
| 28 | <DirectUrl>BLISS_OTA_URL</DirectUrl> |
| 29 | |
| 30 | <!--Do not edit this!--> |
| 31 | <HttpUrl>BlissRoms Server</HttpUrl> |
| 32 | |
| 33 | <!--BlissRoms Android Version--> |
| 34 | <Android>7.1.1</Android> |
| 35 | |
| 36 | <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE--> |
| 37 | <!-- You can disable MD5 checking like this: <CheckMD5 nil="true" />--> |
| 38 | <CheckMD5>BLISS_OTA_MD5</CheckMD5> |
| 39 | |
| 40 | <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE--> |
| 41 | <!--Please enter this in BYTES only. Otherwise an incorrect value will be shown--> |
| 42 | <FileSize type="integer">BLISS_OTA_FILESIZE</FileSize> |
| 43 | |
| 44 | <!--Maintainer Name/Last Uploader's Name--> |
| 45 | <Developer>BLISS_DEVELOPER</Developer> |
| 46 | |
| 47 | <!--Official Bliss Website--> |
| 48 | <WebsiteURL>http://blissroms.com/</WebsiteURL> |
| 49 | |
| 50 | <!-- Your Donate URL (Please use goo.gl to shorten to avoid CDATA requirement - |
| 51 | Default: http://goo.gl/tymMFo will go to Team Bliss)--> |
| 52 | <DonateURL>BLISS_DONATE</DonateURL> |
| 53 | |
| 54 | <!--Put the changelog here... Use DaringFireball's Markdown to format it--> |
| 55 | <!--Surround special characters with the CDATA tags or your XML will NOT parse--> |
| 56 | <Changelog> |
| 57 | ### Changelog BLISS_OTA_VERSION |
| 58 | |
| 59 | https://downloads.blissroms.com/Bliss/Changelog/CHANGELOG-bliss.txt |
| 60 | </Changelog> |
| 61 | |
| 62 | <!--Number of addons and the target addons xml. Remove both if no addons available! --> |
| 63 | <AddonCount>2</AddonCount> |
| 64 | <AddonsURL>https://downloads.blissroms.com/Add-ons/addons.xml</AddonsURL> |
| 65 | |
| 66 | </ROM> |