From b2e63f6527a417624464c0791ffa51edc7b6d4d5 Mon Sep 17 00:00:00 2001 From: dannami Date: Tue, 13 Aug 2024 11:39:16 -0600 Subject: [PATCH] 3.2.2-3 --- android/build.gradle | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 424aa0da..b486c5e7 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.2.2" - amazonImplementation "com.namiml:sdk-amazon:3.2.2" + playImplementation "com.namiml:sdk-android:3.2.2.1" + amazonImplementation "com.namiml:sdk-amazon:3.2.2.1" implementation "com.facebook.react:react-native:+" // From node_modules coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5" diff --git a/package.json b/package.json index 79795a39..1fdc7fb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-nami-sdk", - "version": "3.2.2-2", + "version": "3.2.2-3", "description": "React Native Module for Nami - Easy subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.", "main": "index.ts", "types": "index.d.ts",