Skip to content

Commit b266c16

Browse files
committed
DIA-3350 Update dependencies
1 parent cb45e11 commit b266c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/ConsentManagementProvider/Plugins/iOS/Source/SwiftBridge.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ extension SwiftBridge {
290290
}
291291

292292
@objc public func setCallbackOnCustomConsent(callback: @escaping СallbackCharMessage) -> Void{
293-
print("setCallbackOnSPFinished")
293+
print("setCallbackOnCustomConsent")
294294
callbackOnCustomConsent = callback
295295
}
296296

Assets/ExternalDependencyManager/Editor/SourcepointDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* "subspecs" (optional)
3232
Subspecs to include for the pod.
3333
-->
34-
<iosPod name="ConsentViewController" version="7.6.0" bitcodeEnabled="true"
34+
<iosPod name="ConsentViewController" version="7.6.3" bitcodeEnabled="true"
3535
minTargetSdk="10.0" addToAllTargets="true">
3636

3737
</iosPod>

0 commit comments

Comments
 (0)