From 954f4ee17aa6ab6d1f19dd058f4848ab8e08c1e2 Mon Sep 17 00:00:00 2001 From: Tasker <26747046+tmgrask@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:23:56 -0500 Subject: [PATCH] 1.2.2 (iOS release, Android RC) (#65) * try latest react native skia * increment and align ios and android versions --- android/app/build.gradle | 4 ++-- ios/conduit/Info.plist | 4 ++-- package-lock.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 415c1f6..ed83e44 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -119,8 +119,8 @@ android { applicationId 'ca.psiphon.conduit' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 20 - versionName "1.2.1" + versionCode 21 + versionName "1.2.2-RC.21" } signingConfigs { config { diff --git a/ios/conduit/Info.plist b/ios/conduit/Info.plist index 3a7f354..2742573 100644 --- a/ios/conduit/Info.plist +++ b/ios/conduit/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.2.0 + 1.2.2 CFBundleSignature ???? CFBundleURLTypes @@ -33,7 +33,7 @@ CFBundleVersion - 20 + 21 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/package-lock.json b/package-lock.json index 8703061..906d4ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7122,9 +7122,9 @@ } }, "node_modules/@shopify/react-native-skia": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@shopify/react-native-skia/-/react-native-skia-1.5.4.tgz", - "integrity": "sha512-oq/TjWUoCeEniUlHIDlomakLXxaVVa7b0zmHWarHJvJxDUz1+mZNCn+JN4Y+EngxiUbst+3NaREUTPH6ziWszg==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@shopify/react-native-skia/-/react-native-skia-1.5.7.tgz", + "integrity": "sha512-b2NqgEx1VjB33ZhC54NiFkGEGrQVNFDBhtEUtCcFsCHg7uCgPqO7w8cAlllhvf4QhG8EGr/h1eHZo9rbPH73QQ==", "license": "MIT", "dependencies": { "canvaskit-wasm": "0.39.1",