From 9043bb4d10f221307ae3e7b6e891d5cbcbd70c34 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Fri, 14 Jul 2023 20:53:07 +0500 Subject: [PATCH] hardcoded the version --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index 5a9a21dd..2ae6a3ee 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.5.3,4.0) +customerio.reactnative.cioSDKVersionAndroid=3.6.3 \ No newline at end of file