This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0"> | |
<channel> | |
<title>Widgets RSS Feed</title> | |
<lastBuildDate/> | |
<description>Widgets Latest contents</description> | |
<item logo="" imageFileMobile="https://wallpaperbrowse.com/media/images/soap-bubble-1958650_960_720.jpg" imageFileTablet="https://wallpaperbrowse.com/media/images/soap-bubble-1958650_960_720.jpg" contentType="Live" startTime="1541734200000" endTime="1941743200000" layout="WL-4"> | |
<title>Default Logo</title> | |
<link>fonse://epg/channel/TSN5H/time/2018-11-09T03%3A30%3A00Z/card/program/5bd26d86dab6eee3bc82d6d2/channel/TSN5H/startDate/2018-11-09T03%3A30%3A00Z/durationInMinutes/150</link> | |
<description>Default Logo</description> | |
</item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This XML file does not appear to have any style information associated with it. The document tree is shown below. | |
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0"> | |
<channel> | |
<title>Widgets RSS Feed</title> | |
<lastBuildDate/> | |
<description>Widgets Latest contents</description> | |
<item logo="" imageFileMobile="https://wallpaperbrowse.com/media/images/soap-bubble-1958650_960_720.jpg" imageFileTablet="https://wallpaperbrowse.com/media/images/soap-bubble-1958650_960_720.jpg" contentType="Live" startTime="1541734200000" endTime="1941743200000" layout="WL-4"> | |
<title>Default Logo</title> | |
<link>fonse://epg/channel/TSN5H/time/2018-11-09T03%3A30%3A00Z/card/program/5bd26d86dab6eee3bc82d6d2/channel/TSN5H/startDate/2018-11-09T03%3A30%3A00Z/durationInMinutes/150</link> | |
<description>Default Logo</description> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<rss version="2.0"> | |
<channel> | |
<title><![CDATA[Bell Widget]]></title> | |
<description><![CDATA[This feed is for the Bell Android Widget]]></description> | |
<lastBuildDate>1626966665318</lastBuildDate> | |
<item logo="http://www.bnnbloomberg.ca/polopoly_fs/1.1170600.1542990077!/image/image.png" imageFileMobile="http://www.bnnbloomberg.ca/polopoly_fs/1.1631634!/fileimage/httpImage/image.jpg_gen/derivatives/landscape_620/pabdulaziz-bin-salman-in-june-2021-photograph-andrey-rudakov-bloomberg.jpg" imageFileTablet="http://www.bnnbloomberg.ca/polopoly_fs/1.1631634!/fileimage/httpImage/image.jpg_gen/derivatives/landscape_620/pabdulaziz-bin-salman-in-june-2021-photograph-andrey-rudakov-bloomberg.jpg" ImageFormat="image/jpeg" contentType="VOD" startTime="" endTime=""> | |
<guid isPermaLink="false">1.1631633</guid> | |
<title><![CDATA[The Saudi Prince of oil prices vows to drill 'every last molecule']]></title> | |
<link>https://www.bnnbloomberg.ca/th |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<rss version="2.0"> | |
<channel> | |
<title><![CDATA[Bell Widget]]></title> | |
<description> | |
<![CDATA[This feed is for the Bell Android Widget]]> | |
</description> | |
<lastBuildDate>1626966665318</lastBuildDate> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def localProperties = new Properties() | |
def localPropertiesFile = rootProject.file('local.properties') | |
if (localPropertiesFile.exists()) { | |
localPropertiesFile.withReader('UTF-8') { reader -> | |
localProperties.load(reader) | |
} | |
} | |
def flutterRoot = localProperties.getProperty('flutter.sdk') | |
if (flutterRoot == null) { |