diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-26 11:01:28 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-26 11:01:28 -0400 |
| commit | b58bdad53cf0437b4dc1ed13c0adacf2702df58b (patch) | |
| tree | 8ea5d5117e175cc059a65cc4d8b9be334372e822 /plugins | |
| parent | 505c82bd57ac67b6aa9347073f58367be565327b (diff) | |
#339 - row sizes scaled to text scale factor
Former-commit-id: 3c1cc2b4c617591aa74a6315de615dc194d1aa0f
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/fetch.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 89424634..62cfa741 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -218,5 +218,23 @@ }, "is_top_level": true, "variables": {} + }, + "phonegap-plugin-mobile-accessibility": { + "source": { + "type": "git", + "url": "https://github.com/phonegap/phonegap-mobile-accessibility.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-device": { + "source": { + "type": "git", + "url": "https://github.com/apache/cordova-plugin-device.git", + "subdir": "." + }, + "is_top_level": false, + "variables": {} } }
\ No newline at end of file |
