File tree 2 files changed +31
-2
lines changed
2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " File-Viewer-Plugin" ,
3
+ "version" : " 1.0.1" ,
4
+ "description" : " File Viewer Plugin for Cordova Applications" ,
5
+ "cordova" : {
6
+ "id" : " com.outsystems.documentpreview" ,
7
+ "platforms" : [
8
+ " ios" ,
9
+ " android"
10
+ ]
11
+ },
12
+ "dependencies" : {},
13
+ "devDependencies" : {},
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/OutSystemsExperts/File-Viewer-Plugin"
17
+ },
18
+ "keywords" : [
19
+ " ecosystem:cordova" ,
20
+ " cordova-ios" ,
21
+ " cordova-android"
22
+ ],
23
+ "author" : " OutSystems Experts" ,
24
+ "license" : " The MIT License (MIT)" ,
25
+ "bugs" : {
26
+ "url" : " https://github.com/OutSystemsExperts/File-Viewer-Plugin/issues"
27
+ },
28
+ "homepage" : " https://github.com/OutSystemsExperts/File-Viewer-Plugin#readme"
29
+ }
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' ?>
2
2
<plugin
3
3
id =" com.outsystems.documentpreview"
4
- version =" 1.0.0 "
4
+ version =" 1.0.1 "
5
5
xmlns =" http://apache.org/cordova/ns/plugins/1.0"
6
6
xmlns : android =" http://schemas.android.com/apk/res/android" >
7
7
40
40
<source-file src =" src/android/DocumentPreview.java" target-dir =" src/com/outsystems/documentpreview" />
41
41
</platform >
42
42
43
- </plugin >
43
+ </plugin >
You can’t perform that action at this time.
0 commit comments