From 21d29af2de1b1c4a6fae09b4b55390f9f0e537cc Mon Sep 17 00:00:00 2001 From: vlad Date: Tue, 29 Oct 2024 23:00:18 +0400 Subject: [PATCH 1/2] bump dependencies --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 891355f..2a08fed 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -98,7 +98,7 @@ dependencies { compileOnly 'io.adapty.internal:crossplatform:3.0.0' implementation 'io.adapty.internal:crossplatform-ui:3.0.0' - implementation 'io.adapty:android-ui:3.0.1' + implementation 'io.adapty:android-ui:3.0.2' } if (isNewArchitectureEnabled()) { From ba349d9bee804abdd19c3ccd1f56c20bccab926b Mon Sep 17 00:00:00 2001 From: vlad Date: Tue, 29 Oct 2024 23:01:05 +0400 Subject: [PATCH 2/2] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2690364..b646a70 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "@adapty/react-native-ui", - "version": "3.0.0", + "version": "3.0.1", "description": "Extension to the Adapty SDK that allows you to easily add purchase screens to your application.", "license": "MIT", "author": "Vanya Dorofeyev (https://github.com/divanc)",