diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-04-23 15:32:23 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-04-23 15:32:23 -0400 |
commit | abe80cc31d5a40ebed743085011fbcda0c1a9a10 (patch) | |
tree | fb3762f06b84745b182af281abb107b95a9fcf01 /mobile/android/base/resources/raw/fake_home_items.json | |
parent | 63295d0087eb58a6eb34cad324c4c53d1b220491 (diff) | |
download | UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.tar UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.tar.gz UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.tar.lz UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.tar.xz UXP-abe80cc31d5a40ebed743085011fbcda0c1a9a10.zip |
Issue #1053 - Drop support Android and remove Fennec - Part 1a: Remove mobile/android
Diffstat (limited to 'mobile/android/base/resources/raw/fake_home_items.json')
-rw-r--r-- | mobile/android/base/resources/raw/fake_home_items.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mobile/android/base/resources/raw/fake_home_items.json b/mobile/android/base/resources/raw/fake_home_items.json deleted file mode 100644 index 59b4ab74e..000000000 --- a/mobile/android/base/resources/raw/fake_home_items.json +++ /dev/null @@ -1,15 +0,0 @@ -[{ - "id": 1, - "dataset_id": "fake-dataset", - "url": "http://example.com/first", - "title": "First Example", - "description": "This is an example", - "image_url": "http://lorempixel.com/64/64?id=1" -}, { - "id": 2, - "dataset_id": "fake-dataset", - "url": "http://example.com/second", - "title": "Second Example", - "description": "This is a second example", - "image_url": "http://lorempixel.com/64/64?id=2" -}] |