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()) { 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)",