From a312b9fb2ded2b39d51c32284750fee5aa2e2be9 Mon Sep 17 00:00:00 2001 From: dannami Date: Wed, 3 Sep 2025 13:29:06 -0600 Subject: [PATCH 1/3] 3.3.3 --- android/build.gradle | 4 ++-- dist/src/version.d.ts | 2 +- examples/Basic/package.json | 2 +- examples/TestNamiTV/package.json | 2 +- package.json | 2 +- react-native-nami-sdk.podspec | 2 +- src/version.ts | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d24eeaef..cc8a88c0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -85,8 +85,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - playImplementation "com.namiml:sdk-android:3.3.2.10" - amazonImplementation "com.namiml:sdk-amazon:3.3.2.10" + playImplementation "com.namiml:sdk-android:3.3.3" + amazonImplementation "com.namiml:sdk-amazon:3.3.3" implementation "com.facebook.react:react-native:+" // From node_modules coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.4" diff --git a/dist/src/version.d.ts b/dist/src/version.d.ts index 4bacd52b..9c4e3efb 100644 --- a/dist/src/version.d.ts +++ b/dist/src/version.d.ts @@ -2,4 +2,4 @@ * Auto-generated file. Do not edit manually. * React Native Nami SDK version. */ -export declare const NAMI_REACT_NATIVE_VERSION = "3.3.2-9"; +export declare const NAMI_REACT_NATIVE_VERSION = "3.3.3"; diff --git a/examples/Basic/package.json b/examples/Basic/package.json index 5e6c706e..4c27363b 100644 --- a/examples/Basic/package.json +++ b/examples/Basic/package.json @@ -41,7 +41,7 @@ "react-native-base64": "^0.2.1", "react-native-iap": "12.16.0", "react-native-logs": "^5.1.0", - "react-native-nami-sdk": "file:../../react-native-nami-sdk-3.3.2-9.tgz", + "react-native-nami-sdk": "file:../../react-native-nami-sdk-3.3.3.tgz", "react-native-permissions": "^5.4.1", "react-native-reanimated": "3.18.0", "react-native-safe-area-context": "^4.10.7", diff --git a/examples/TestNamiTV/package.json b/examples/TestNamiTV/package.json index e0243722..9e74c75f 100644 --- a/examples/TestNamiTV/package.json +++ b/examples/TestNamiTV/package.json @@ -38,7 +38,7 @@ "react-native": "npm:react-native-tvos@0.75.3-0", "react-native-iap": "12.16.0", "react-native-logs": "^5.1.0", - "react-native-nami-sdk": "file:../../react-native-nami-sdk-3.3.2-9.tgz", + "react-native-nami-sdk": "file:../../react-native-nami-sdk-3.3.3.tgz", "react-native-reanimated": "3.18.0", "react-native-safe-area-context": "^4.10.7", "react-native-screens": "4.11.1" diff --git a/package.json b/package.json index cfb82eab..e002ff7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-nami-sdk", - "version": "3.3.2-9", + "version": "3.3.3", "description": "React Native SDK for Nami - No-code paywall management with A/B testing.", "main": "index.ts", "types": "dist/index.d.ts", diff --git a/react-native-nami-sdk.podspec b/react-native-nami-sdk.podspec index b4bc31a3..fc9e3317 100644 --- a/react-native-nami-sdk.podspec +++ b/react-native-nami-sdk.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.swift_version = '5.0' # or your supported version - s.dependency 'Nami', '3.3.2.13' + s.dependency 'Nami', '3.3.3' s.dependency 'React' pod_target_xcconfig = { diff --git a/src/version.ts b/src/version.ts index 960a2a9b..fcbc9cdb 100644 --- a/src/version.ts +++ b/src/version.ts @@ -2,4 +2,4 @@ * Auto-generated file. Do not edit manually. * React Native Nami SDK version. */ -export const NAMI_REACT_NATIVE_VERSION = '3.3.2-9'; +export const NAMI_REACT_NATIVE_VERSION = '3.3.3'; From ee0740b8b298a2bfba593c22077988906c78707d Mon Sep 17 00:00:00 2001 From: dannami Date: Thu, 4 Sep 2025 11:31:38 -0700 Subject: [PATCH 2/3] update tvos version --- examples/TestNamiTV/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/TestNamiTV/package.json b/examples/TestNamiTV/package.json index 9e74c75f..cfa6e126 100644 --- a/examples/TestNamiTV/package.json +++ b/examples/TestNamiTV/package.json @@ -35,7 +35,7 @@ "@react-navigation/native": "^7.1.13", "@react-navigation/native-stack": "^7.3.18", "react": "18.2.0", - "react-native": "npm:react-native-tvos@0.75.3-0", + "react-native": "npm:react-native-tvos@0.75.4-0", "react-native-iap": "12.16.0", "react-native-logs": "^5.1.0", "react-native-nami-sdk": "file:../../react-native-nami-sdk-3.3.3.tgz", From 3c27dec6937bbf5b09283f60d874f5684e3b29ad Mon Sep 17 00:00:00 2001 From: dannami Date: Thu, 4 Sep 2025 14:58:12 -0700 Subject: [PATCH 3/3] github actions update --- .github/workflows/app_stg.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/app_stg.yaml b/.github/workflows/app_stg.yaml index 45a8391f..f896549b 100644 --- a/.github/workflows/app_stg.yaml +++ b/.github/workflows/app_stg.yaml @@ -352,6 +352,7 @@ jobs: - name: Install test app dependencies run: | + npm cache clean --force npm run clean && npm run getsdk && npm run build working-directory: source/examples/TestNamiTV