Update to v1.0.0-beta.1
.editorconfig
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
LICENSE
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@ablota/store-cordova-plugin", | ||
"version": "1.0.0-beta.1", | ||
"description": "Cordova Plugin is an extension for the Ablota Store and offers several native implementations.", | ||
"keywords": [ | ||
"ablota", | ||
"store", | ||
"cordova", | ||
"plugin", | ||
"ecosystem:cordova", | ||
"cordova-android" | ||
], | ||
"bugs": { | ||
"url": "https://gitlab.starapps-network.com/ablota/store/cordova-plugin/-/issues" | ||
}, | ||
"license": "EUPL-1.2", | ||
"author": "Ablota (StarApps GmbH)", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.starapps-network.com/ablota/store/cordova-plugin.git" | ||
}, | ||
"engines": { | ||
"cordova": ">=9.0.0", | ||
"cordova-android": ">=8.0.0" | ||
}, | ||
"publishConfig": { | ||
"@ablota:registry": "https://gitlab.starapps-network.com/api/v4/projects/34/packages/npm/" | ||
}, | ||
"cordova": { | ||
"id": "ablota-store-cordova-plugin", | ||
"platforms": [ | ||
"android" | ||
] | ||
} | ||
} |
plugin.xml
0 → 100644
src/android/FilePlugin.java
0 → 100644