We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb2485 commit 499f683Copy full SHA for 499f683
android/build.gradle
@@ -125,7 +125,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
125
dependencies {
126
// noinspection GradleDynamicVersion
127
api 'com.facebook.react:react-native:+'
128
- implementation 'com.iaphub:iaphub-android-sdk:4.6.6'
+ implementation 'com.iaphub:iaphub-android-sdk:5.0.0'
129
implementation 'com.google.code.gson:gson:2.8.9'
130
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
131
}
src/config.tsx
@@ -1,5 +1,5 @@
1
export default {
2
version: "8.10.4",
3
iosSDKVersion: "4.6.5",
4
- androidSDKVersion: "4.6.6"
+ androidSDKVersion: "5.0.0"
5
};
0 commit comments