From 74e2a6b539f139b9a511c845ee18f770e14709f1 Mon Sep 17 00:00:00 2001 From: Mike Audi Date: Tue, 10 Oct 2023 14:51:34 -0500 Subject: [PATCH] fix: bump capture to 0.7.1 --- example/vue2/android/variables.gradle | 4 ++-- example/vue2/package.json | 4 ++-- example/vue3/android/variables.gradle | 6 +++--- example/vue3/package.json | 2 +- vue2/package.json | 4 ++-- vue3/package.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/example/vue2/android/variables.gradle b/example/vue2/android/variables.gradle index 631e6222..232bd9dd 100644 --- a/example/vue2/android/variables.gradle +++ b/example/vue2/android/variables.gradle @@ -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' diff --git a/example/vue2/package.json b/example/vue2/package.json index facb3610..e1af823f 100644 --- a/example/vue2/package.json +++ b/example/vue2/package.json @@ -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", diff --git a/example/vue3/android/variables.gradle b/example/vue3/android/variables.gradle index 58af7a50..232bd9dd 100644 --- a/example/vue3/android/variables.gradle +++ b/example/vue3/android/variables.gradle @@ -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' @@ -13,4 +13,4 @@ ext { androidxJunitVersion = '1.1.5' androidxEspressoCoreVersion = '3.5.1' cordovaAndroidVersion = '10.1.1' -} \ No newline at end of file +} diff --git a/example/vue3/package.json b/example/vue3/package.json index 025a7b78..9ac0ee4d 100644 --- a/example/vue3/package.json +++ b/example/vue3/package.json @@ -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", diff --git a/vue2/package.json b/vue2/package.json index 369f9ea1..9e398fb1 100644 --- a/vue2/package.json +++ b/vue2/package.json @@ -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" @@ -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" } diff --git a/vue3/package.json b/vue3/package.json index 37597218..ab3d475c 100644 --- a/vue3/package.json +++ b/vue3/package.json @@ -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" @@ -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" }