File tree 3 files changed +3
-139
lines changed
3 files changed +3
-139
lines changed Original file line number Diff line number Diff line change 30
30
<repo >https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git</repo >
31
31
<issue >https://issues.apache.org/jira/browse/CB/component/12320645</issue >
32
32
33
+ <dependency id =" cordova-plugin-compat" version =" ^1.0.0" />
34
+
33
35
<js-module src =" www/CameraConstants.js" name =" Camera" >
34
36
<clobbers target =" Camera" />
35
37
</js-module >
71
73
<source-file src =" src/android/CameraLauncher.java" target-dir =" src/org/apache/cordova/camera" />
72
74
<source-file src =" src/android/FileHelper.java" target-dir =" src/org/apache/cordova/camera" />
73
75
<source-file src =" src/android/ExifHelper.java" target-dir =" src/org/apache/cordova/camera" />
74
- <source-file src =" src/android/PermissionHelper.java" target-dir =" src/org/apache/cordova/camera" />
75
76
76
77
<js-module src =" www/CameraPopoverHandle.js" name =" CameraPopoverHandle" >
77
78
<clobbers target =" CameraPopoverHandle" />
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Licensed to the Apache Software Foundation (ASF) under one
34
34
import org .apache .cordova .CordovaPlugin ;
35
35
import org .apache .cordova .CordovaResourceApi ;
36
36
import org .apache .cordova .LOG ;
37
+ import org .apache .cordova .PermissionHelper ;
37
38
import org .apache .cordova .PluginResult ;
38
39
import org .json .JSONArray ;
39
40
import org .json .JSONException ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments