@kindly-ai/react-native 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -125,7 +125,7 @@ dependencies {
|
|
|
125
125
|
// `scripts/bundle-native-sdks.yml` at bundle time to match the just-
|
|
126
126
|
// released Android SDK version (`git describe --tags --abbrev=0` on
|
|
127
127
|
// the public release repo).
|
|
128
|
-
implementation "ai.kindly:sdk:
|
|
128
|
+
implementation "ai.kindly:sdk:2.0.0"
|
|
129
129
|
|
|
130
130
|
// Required by the AuthTokenCallback bridge in KindlyReactNativeModule.kt
|
|
131
131
|
// (`CompletableDeferred`, `runBlocking`, `withTimeoutOrNull`).
|
|
Binary file
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<modelVersion>4.0.0</modelVersion>
|
|
4
4
|
<groupId>ai.kindly</groupId>
|
|
5
5
|
<artifactId>sdk</artifactId>
|
|
6
|
-
<version>
|
|
6
|
+
<version>2.0.0</version>
|
|
7
7
|
<packaging>aar</packaging>
|
|
8
8
|
<name>Kindly SDK</name>
|
|
9
9
|
<description>Kindly Chat SDK for Android — customer support chat widget</description>
|
package/package.json
CHANGED
|
Binary file
|