Skip to content

Commit

Permalink
Merge pull request #39 from SourcePointUSA/develop
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
Nevazhnovu authored Feb 20, 2024
2 parents 15cf7c4 + a62f6b1 commit 43b79f1
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ extension SwiftBridge {
}

public func print(_ items: Any..., separator: String = " ", terminator: String = "\n") {
if logger.level == .debug {
if OSLogger.defaultLevel == .debug {
printLog(items)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
* "subspecs" (optional)
Subspecs to include for the pod.
-->
<iosPod name="ConsentViewController" version="7.3.0" bitcodeEnabled="true"
<iosPod name="ConsentViewController" version="7.6.0" bitcodeEnabled="true"
minTargetSdk="10.0" addToAllTargets="true">

</iosPod>
</iosPods>

<androidPackages>
<!-- <androidPackage spec="org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.3.0" />-->
<androidPackage spec="com.sourcepoint.cmplibrary:cmplibrary:7.6.0" />
<androidPackage spec="com.sourcepoint.cmplibrary:cmplibrary:7.7.0" />
</androidPackages>
</dependencies>
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.2.1
* [DIA-3594](https://sourcepoint.atlassian.net/browse/DIA-3594) Unity SDK brought to v7.7.0 Android & v.7.6.0 iOS [#36](https://github.com/SourcePointUSA/unity-sdk/pull/36), [#37](https://github.com/SourcePointUSA/unity-sdk/pull/37)

# 2.2.0
* [DIA-3263](https://sourcepoint.atlassian.net/browse/DIA-3263) Update of the Native Android SDK to 7.6.0 (fix of no internet connection issue on Android) [#30](https://github.com/SourcePointUSA/unity-sdk/pull/30)
* [DIA-2815](https://sourcepoint.atlassian.net/browse/DIA-2815) Implemented new swift bridge for IOS [#21](https://github.com/SourcePointUSA/unity-sdk/pull/21)
Expand Down
11 changes: 9 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,16 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.mobile.android-logcat": {
"version": "1.3.2",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.0.2",
"depth": 2,
"version": "3.2.1",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand Down
6 changes: 3 additions & 3 deletions ProjectSettings/AndroidResolverDependencies.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<dependencies>
<packages>
<package>com.sourcepoint.cmplibrary:cmplibrary:7.2.7</package>
<package>com.sourcepoint.cmplibrary:cmplibrary:7.7.0</package>
</packages>
<files>
<file>Assets/Plugins/Android/com.sourcepoint.cmplibrary.cmplibrary-7.2.7.aar</file>
<file>Assets/Plugins/Android/com.sourcepoint.cmplibrary.cmplibrary-7.7.0.aar</file>
<file>Assets/Plugins/Android/com.squareup.okhttp3.okhttp-4.9.0.jar</file>
<file>Assets/Plugins/Android/com.squareup.okio.okio-2.8.0.jar</file>
<file>Assets/Plugins/Android/org.jetbrains.annotations-13.0.jar</file>
Expand All @@ -15,7 +15,7 @@
<file>Assets/Plugins/Android/org.jetbrains.kotlinx.kotlinx-serialization-json-jvm-1.3.0.jar</file>
</files>
<settings>
<setting name="androidAbis" value="armeabi-v7a" />
<setting name="androidAbis" value="arm64-v8a,armeabi-v7a,x86,x86_64" />
<setting name="bundleId" value="com.DefaultCompany.ConsentMessagePlugin" />
<setting name="explodeAars" value="True" />
<setting name="gradleBuildEnabled" value="True" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.sourcepoint.unitycmp",
"displayName": "Sourcepoint Consent Message Plugin",
"version": "2.2.0",
"version": "2.2.1",
"unity": "2021.3",
"description": "Native UI Privacy Manager for both GDPR and CCPA legislations.",
"author": {
Expand Down
Binary file modified unitypackage/ConsentManagementProvider.unitypackage
Binary file not shown.

0 comments on commit 43b79f1

Please sign in to comment.