Skip to content

Commit fb9baa7

Browse files
Merge pull request #227 from CleverTap/bugfix/SDK-5352/CleverTap-Unity-Integration
Update UnityNativeRequest.cs
2 parents 14f1c9e + d479d93 commit fb9baa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CleverTap/Runtime/Native/UnityNativeWrapper/Models/UnityNativeRequest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#if (!UNITY_IOS && !UNITY_ANDROID) || UNITY_EDITOR
22
using System;
33
using System.Collections.Generic;
4+
#if !UNITY_2022_1_OR_NEWER
5+
using System.Text;
6+
#endif
47
using CleverTapSDK.Utilities;
58
using UnityEngine.Networking;
69

0 commit comments

Comments
 (0)