Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: bump capture to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Oct 10, 2023
1 parent bd02ea9 commit 74e2a6b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions example/vue2/android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 33
targetSdkVersion = 33
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand Down
4 changes: 2 additions & 2 deletions example/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@capacitor/android": "^5.4.2",
"@capacitor/core": "latest",
"@capacitor/ios": "^5.4.2",
"@capacitor/preferences": "^5.0.6",
"@mytiki/capture-receipt-capacitor": "^0.7.0",
"@capacitor/preferences": "^5.0.6",
"@mytiki/capture-receipt-capacitor": "^0.7.1",
"@mytiki/receipt-capacitor-vue2": "file:../../",
"@mytiki/tiki-sdk-capacitor": "^0.3.4",
"uuid": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions example/vue3/android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 33
targetSdkVersion = 33
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand All @@ -13,4 +13,4 @@ ext {
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
cordovaAndroidVersion = '10.1.1'
}
}
2 changes: 1 addition & 1 deletion example/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@capacitor/android": "^5.3.0",
"@capacitor/core": "^5.4.1",
"@capacitor/ios": "^5.4.1",
"@mytiki/capture-receipt-capacitor": "^0.7.0",
"@mytiki/capture-receipt-capacitor": "^0.7.1",
"@mytiki/tiki-sdk-capacitor": "^0.3.4",
"@mytiki/receipt-capacitor": "file:../../",
"@capacitor/preferences": "^5.0.6",
Expand Down
4 changes: 2 additions & 2 deletions vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"@capacitor/preferences": "^5.0.6",
"@mytiki/capture-receipt-capacitor": "^0.7.0",
"@mytiki/capture-receipt-capacitor": "^0.7.1",
"@mytiki/tiki-sdk-capacitor": "^0.3.4",
"vue": "2.7.14",
"showdown": "^2.1.0"
Expand Down Expand Up @@ -75,7 +75,7 @@
"@capacitor/core": "^5.4.1",
"@capacitor/ios": "^5.4.1",
"@capacitor/preferences": "^5.0.6",
"@mytiki/capture-receipt-capacitor": "^0.7.0",
"@mytiki/capture-receipt-capacitor": "^0.7.1",
"@mytiki/tiki-sdk-capacitor": "^0.3.4",
"vue": "^3.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"@capacitor/preferences": "^5.0.6",
"@mytiki/capture-receipt-capacitor": "^0.7.0",
"@mytiki/capture-receipt-capacitor": "^0.7.1",
"@mytiki/tiki-sdk-capacitor": "^0.3.4",
"vue": "^3.3.4",
"showdown": "^2.1.0"
Expand Down Expand Up @@ -75,7 +75,7 @@
"@capacitor/core": "^5.4.1",
"@capacitor/ios": "^5.4.1",
"@capacitor/preferences": "^5.0.6",
"@mytiki/capture-receipt-capacitor": "^0.7.0",
"@mytiki/capture-receipt-capacitor": "^0.7.1",
"@mytiki/tiki-sdk-capacitor": "^0.3.4",
"vue": "^3.0.0"
}
Expand Down

0 comments on commit 74e2a6b

Please sign in to comment.