Skip to content

Commit

Permalink
version 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-g committed Apr 18, 2024
2 parents 6082cb0 + e7833f3 commit 3d0b698
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def getExtOrDefault(name) {
def kotlin_version = getExtOrDefault('kotlinVersion')

dependencies {
api 'io.adapty:android-sdk:2.10.2'
api 'io.adapty:android-sdk:2.10.4'

//noinspection GradleDynamicVersion
api 'io.adapty.internal:crossplatform:2.10.3'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "react-native-adapty",
"version": "2.10.0",
"version": "2.10.1",
"description": "Adapty React Native SDK",
"license": "MIT",
"author": "Vanya Dorofeyev <DivanDoesApps@gmail.com> (https://github.com/divanc)",
Expand Down
2 changes: 1 addition & 1 deletion react-native-adapty-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.resources = "lib/ios/**/*.{plist}"
s.requires_arc = true

s.dependency "Adapty", "2.10.1"
s.dependency "Adapty", "2.10.3"
s.dependency "React"
end

0 comments on commit 3d0b698

Please sign in to comment.