Skip to content

Commit

Permalink
fix: corrected checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunak-jagtap committed Dec 6, 2023
1 parent ea9cf70 commit 4e0a553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DyteiOSCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'DyteiOSCore'
spec.version = '1.25.3'
spec.version = '1.25.4'
spec.homepage = 'https://dyte.io'
spec.source = { :git => "https://github.com/dyte-in/DyteMobileCoreiOS.git", :tag => spec.version.to_s }
spec.authors = { 'Dyte' => '[email protected]' }
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
let remoteKotlinUrl = "https://github.com/dyte-in/DyteMobileCoreiOS/archive/refs/tags/1.25.3.zip"
let remoteKotlinChecksum = "e94a1387022f6c709d972f5075f83351100177eb54e578b5ef82925c71b5ad8b"
let remoteKotlinChecksum = "9035d35f85523d3ed873217c185e6a6c200c18f13eb4156f017cc1460ff5d6f1"
let packageName = "DyteiOSCore"
// END KMMBRIDGE BLOCK

Expand Down

0 comments on commit 4e0a553

Please sign in to comment.