Merge branch 'master' of github.com:lxsang/antosdk-apps

This commit is contained in:
mrsang 2021-03-25 23:31:09 +01:00
commit aaacbab371
7 changed files with 5 additions and 506 deletions

View File

@ -2,4 +2,3 @@
Repository for my AntOS applications developed by AntOSDK.
This repository is used by the MarketPlace application to install, update applications.

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
"email": "xsang.le@gmail.com",
"licences": "GPLv3"
},
"version":"0.0.5-a",
"version":"0.0.6-a",
"category":"Other",
"mimes":["none"],
"iconclass": "fa fa-delicious",

View File

@ -15,7 +15,7 @@
<afx-button text="__(This is the label)"
data-id="bttest"
iconclass="fa fa-camera-retro fa-lg"
icon="os://packages/DummyApp/icon.png" ></afx-button>
icon="os://packages/DummyApp/icon.png"></afx-button>
<afx-nspinner data-id="spin" value="10" step="2" ></afx-nspinner>
</afx-hbox>
<afx-resizer data-height="5" ></afx-resizer>

Binary file not shown.

View File

@ -7,7 +7,7 @@
"email": "xsang.le@gmail.com",
"licences": "GPLv3"
},
"version":"0.0.5-a",
"version":"0.0.6-a",
"category":"Other",
"mimes":["none"],
"iconclass": "fa fa-delicious",

View File

@ -245,7 +245,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/ShowCase/README.md",
"category": "Other",
"author": "Xuan Sang LE",
"version": "0.0.5-a",
"version": "0.0.6-a",
"dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/ShowCase/build/release/ShowCase.zip"
},