Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/app_stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dist/src/version.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
2 changes: 1 addition & 1 deletion examples/Basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/TestNamiTV/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@react-navigation/native": "^7.1.13",
"@react-navigation/native-stack": "^7.3.18",
"react": "18.2.0",
"react-native": "npm:[email protected].3-0",
"react-native": "npm:[email protected].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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react-native-nami-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Loading