File tree 3 files changed +6
-2
lines changed
android/src/main/java/com/klippa/capacitorscanner
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.2
2
+
3
+ - Fixed typo` Filepath ` becomes ` filePath ` in Android SDK.
4
+
1
5
## 0.0.1
2
6
3
7
- Initial release of SDK support for Capacitor / IONIC.
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ class KlippaScannerSDKPlugin : Plugin() {
250
250
val images: MutableList <Map <String , String >> = mutableListOf ()
251
251
252
252
for (image in receivedImages) {
253
- val imageDict = mapOf (" Filepath " to image.filePath)
253
+ val imageDict = mapOf (" filePath " to image.filePath)
254
254
images.add(imageDict)
255
255
}
256
256
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @klippa/capacitor-klippa-scanner-sdk" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " A Capacitor plugin for Ionic to use the Klippa Scanner SDK" ,
5
5
"main" : " dist/plugin.cjs.js" ,
6
6
"module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments