Skip to content

Commit

Permalink
upgraded native deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-g committed Feb 14, 2024
1 parent 16f24f0 commit 4d03e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9.1'
api 'io.adapty:android-sdk:2.9.2'
// debugApi 'io.adapty:android-sdk:2.6.1'

//noinspection GradleDynamicVersion
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.9.2"
s.dependency "Adapty", "2.9.3"
s.dependency "React"
end

0 comments on commit 4d03e27

Please sign in to comment.