blob: b0d5913fcd50a21e0d57a6a75e2f90acb61970b2 [file] [log] [blame]
Dark Eyes43450542015-12-11 22:15:28 -05001<?xml version="1.0" encoding="UTF-8"?>
2<ROM>
3 <!--ROM Name-->
4 <RomName>BLISS_OTA_ROM</RomName>
5
6 <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE-->
7 <VersionName>BLISS_OTA_VERNAME</VersionName>
8
9 <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE-->
10 <VersionNumber type="integer">BLISS_OTA_VERSION</VersionNumber>
11
12 <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE-->
13 <DirectUrl>BLISS_OTA_URL</DirectUrl>
14
15 <!--Do not edit this!-->
16 <HttpUrl>BlissRoms Server</HttpUrl>
17
18 <!--BlissPop Android Version-->
19 <Android>6.0.1</Android>
20
21 <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE-->
22 <!-- You can disable MD5 checking like this: <CheckMD5 nil="true" />-->
23 <CheckMD5>BLISS_OTA_MD5</CheckMD5>
24
25 <!--THIS NEEDS TO BE EDITED EVERY NEW UPDATE-->
26 <!--Please enter this in BYTES only. Otherwise an incorrect value will be shown-->
27 <FileSize type="integer">BLISS_OTA_FILESIZE</FileSize>
28
29 <!--Maintainer Name/Last Uploader's Name-->
30 <Developer>BLISS_DEVELOPER</Developer>
31
32 <!--Official Bliss Website-->
33 <WebsiteURL>http://blissroms.com/</WebsiteURL>
34
35 <!-- Your Donate URL (Please use goo.gl to shorten to avoid CDATA requirement -
36 Default: http://goo.gl/k6jPX9 will go to Shaun)-->
37 <DonateURL>BLISS_DONATE</DonateURL>
38
39 <!--Put the changelog here... Use DaringFireball's Markdown to format it-->
40 <!--Surround special characters with the CDATA tags or your XML will NOT parse-->
41 <Changelog>
42 ### Changelog BLISS_OTA_VERSION
43
44 http://downloads.blissroms.com/Changelog/CHANGELOG-bliss.txt
45 </Changelog>
46
47 <!--Number of addons and the target addons xml. Remove both if no addons available! -->
48 <AddonCount>2</AddonCount>
49 <AddonsURL>http://downloads.blissroms.com/Add-ons/addons.xml</AddonsURL>
50
51</ROM>