Skip to content

Commit

Permalink
Publish version 25.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SygicCoreTechUnitBot committed Jul 22, 2024
1 parent 9dfe8c7 commit 462fc7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.7
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/Sygic/SygicAuth-SPM", from: "2.0.0")
.package(url: "https://github.com/Sygic/SygicAuth-SPM", from: "1.3.0")
],
targets: [
.target(
Expand All @@ -29,8 +29,8 @@ let package = Package(
),
.binaryTarget(
name: "SygicMaps",
url: "https://public.repo.sygic.com/repository/maven-sygic-releases/com/sygic/sdk/maps-ios/26.0.1/maps-ios-26.0.1.zip",
checksum: "f241efa86ef94f6f562781c5054b0c7811986dd1ef73c2ac3947f70b8001edf9"
url: "https://public.repo.sygic.com/repository/maven-sygic-releases/com/sygic/sdk/maps-ios/25.8.1/maps-ios-25.8.1.zip",
checksum: "b03da33764bb94fb3facce94d888d828ba09f379ced7b8d021f0bfa841bf3a31"
)
]
)

0 comments on commit 462fc7b

Please sign in to comment.