Skip to content

Commit 499f683

Browse files
committed
Android SDK updated to 5.0.0
1 parent 1eb2485 commit 499f683

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
@@ -125,7 +125,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
125125
dependencies {
126126
// noinspection GradleDynamicVersion
127127
api 'com.facebook.react:react-native:+'
128-
implementation 'com.iaphub:iaphub-android-sdk:4.6.6'
128+
implementation 'com.iaphub:iaphub-android-sdk:5.0.0'
129129
implementation 'com.google.code.gson:gson:2.8.9'
130130
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
131131
}

src/config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
22
version: "8.10.4",
33
iosSDKVersion: "4.6.5",
4-
androidSDKVersion: "4.6.6"
4+
androidSDKVersion: "5.0.0"
55
};

0 commit comments

Comments
 (0)