Skip to content

Commit ed3074d

Browse files
committed
build: update native dependencies
1 parent 50553fa commit ed3074d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ android {
2727

2828
dependencies {
2929
implementation 'com.facebook.react:react-native:+'
30-
implementation 'com.adjust.sdk:adjust-android:5.4.4'
30+
implementation 'com.adjust.sdk:adjust-android:5.4.5'
3131
}

react-native-adjust.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
1818
s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
1919
s.source_files = 'ios/*.{h,m}'
2020

21-
s.dependency 'Adjust', '5.4.4'
21+
s.dependency 'Adjust', '5.4.6'
2222
s.dependency 'React-Core'
2323
end

0 commit comments

Comments
 (0)