Skip to content

Commit ad3c5f8

Browse files
Aditi3uerceg
authored andcommitted
feat: update android sdk to 5.4.4
1 parent 8eca3e8 commit ad3c5f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3'
30+
implementation 'com.adjust.sdk:adjust-android:5.4.4'
3131
}

ext/android/sdk

Submodule sdk updated 52 files

plugins/oaid/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ android {
2828
dependencies {
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
3030
implementation 'com.facebook.react:react-native:+'
31-
implementation 'com.adjust.sdk:adjust-android-oaid:5.4.3'
31+
implementation 'com.adjust.sdk:adjust-android-oaid:5.4.4'
3232
}

test/app/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const App: () => React$Node = () => {
4848
}
4949

5050
var urlOverwrite = "";
51-
var ipAddress = "192.168.8.72";
51+
var ipAddress = "192.168.21.210";
5252
if (Platform.OS === "android") {
5353
urlOverwrite = "https://" + ipAddress + ":8443";
5454
} else if (Platform.OS === "ios") {

0 commit comments

Comments
 (0)