From 2cf0ea845614b90de7e24ba8f056966703c29227 Mon Sep 17 00:00:00 2001 From: Dan Burcaw <92536821+namidan@users.noreply.github.com> Date: Fri, 30 Aug 2024 20:19:18 -0600 Subject: [PATCH] Chore/android version bump 3.2.3.1 (#346) * bump android dependency to 3.2.3.1 * bump target sdk --- android/build.gradle | 6 +++--- examples/Basic/android/build.gradle | 2 +- examples/TestNamiTV/android/build.gradle | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 62fb9985..c96c2d0c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -37,7 +37,7 @@ android { buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION) defaultConfig { minSdkVersion 22 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1 versionName "1.0" } @@ -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.3" - amazonImplementation "com.namiml:sdk-amazon:3.2.3" + playImplementation "com.namiml:sdk-android:3.2.3.1" + amazonImplementation "com.namiml:sdk-amazon:3.2.3.1" implementation "com.facebook.react:react-native:+" // From node_modules coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5" diff --git a/examples/Basic/android/build.gradle b/examples/Basic/android/build.gradle index c11d7ee0..9462aa9b 100644 --- a/examples/Basic/android/build.gradle +++ b/examples/Basic/android/build.gradle @@ -5,7 +5,7 @@ buildscript { buildToolsVersion = "34.0.0" minSdkVersion = 22 compileSdkVersion = 34 - targetSdkVersion = 33 + targetSdkVersion = 34 kotlin_version = '1.8.20' } diff --git a/examples/TestNamiTV/android/build.gradle b/examples/TestNamiTV/android/build.gradle index b616262d..4ea60952 100644 --- a/examples/TestNamiTV/android/build.gradle +++ b/examples/TestNamiTV/android/build.gradle @@ -7,7 +7,7 @@ buildscript { compileSdkVersion = 34 // ndkVersion = "25.1.8937393" kotlin_version = '1.8.20' - targetSdkVersion = 33 + targetSdkVersion = 34 } repositories { diff --git a/package.json b/package.json index 901b6719..004f5227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-nami-sdk", - "version": "3.2.3", + "version": "3.2.3-2", "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",