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 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..cfa6e126 100644 --- a/examples/TestNamiTV/package.json +++ b/examples/TestNamiTV/package.json @@ -35,10 +35,10 @@ "@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.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';