From 465b107eb192578ae02a4396746ce16b8c09372f Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Wed, 18 Oct 2023 18:24:24 +0500 Subject: [PATCH] fix: in-app positioning issue (#208) --- android/gradle.properties | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 5b788938..db391449 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,4 +2,4 @@ customerio.reactnative.kotlinVersion=1.7.21 customerio.reactnative.compileSdkVersion=30 customerio.reactnative.targetSdkVersion=30 customerio.reactnative.minSdkVersion=21 -customerio.reactnative.cioSDKVersionAndroid=3.6.6 \ No newline at end of file +customerio.reactnative.cioSDKVersionAndroid=3.6.7 \ No newline at end of file diff --git a/package.json b/package.json index 8da7f0b5..e1d65eac 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "react-native": "src/index", "source": "src/index", "expoVersion": "", - "cioNativeiOSSdkVersion": "= 2.8.3", + "cioNativeiOSSdkVersion": "= 2.8.4", "files": [ "src", "lib",