Skip to content

Commit

Permalink
3.2.2-5
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan committed Aug 24, 2024
1 parent 6ac1ba6 commit 0046fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2.2.1"
amazonImplementation "com.namiml:sdk-amazon:3.2.2.1"
playImplementation "com.namiml:sdk-android:3.2.2.2"
amazonImplementation "com.namiml:sdk-amazon:3.2.2.2"

implementation "com.facebook.react:react-native:+" // From node_modules
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
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.2.2-4",
"version": "3.2.2-5",
"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",
Expand Down

0 comments on commit 0046fe2

Please sign in to comment.