Skip to content

Commit

Permalink
New test release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Jul 29, 2024
1 parent 2c6924d commit 39c8455
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ let package = Package(
targets: [
.binaryTarget(
name: "Core",
url: "https://github.com/Infomaniak/multiplatform-SwissTransfer/releases/download/v0.0.1/Core.xcframework.zip",
checksum: "core-xcframework-checksum"
url: "https://github.com/Infomaniak/multiplatform-SwissTransfer/releases/download/0.0.1/Core.xcframework.zip",
checksum: "48545b599b8a7903fdb416baf921a4b56f734ac77323bba881688e330cbbeec3"
),
.binaryTarget(
name: "Database",
url: "https://github.com/Infomaniak/multiplatform-SwissTransfer/releases/download/v0.0.1/Database.xcframework.zip",
checksum: "database-xcframework-checksum"
url: "https://github.com/Infomaniak/multiplatform-SwissTransfer/releases/download/0.0.1/Database.xcframework.zip",
checksum: "899e2417472c5683eee8bb5fd8fd60e5d8cf820e87f1831eec6e38c1f4057608"
),
.binaryTarget(
name: "Network",
url: "https://github.com/Infomaniak/multiplatform-SwissTransfer/releases/download/v0.0.1/Network.xcframework.zip",
checksum: "network-xcframework-checksum"
url: "https://github.com/Infomaniak/multiplatform-SwissTransfer/releases/download/0.0.1/Network.xcframework.zip",
checksum: "9a667005fce83fe45ac46b5e8e405155ce803e7cb411f77000f105d95512e514"
),
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package com.infomaniak.gradle.utils
import org.gradle.api.JavaVersion

internal object Versions {
const val mavenVersionName = "0.0.1-snapshot"
const val mavenVersionName = "0.0.1"

const val minSdk = 24
const val compileSdk = 35
Expand Down

0 comments on commit 39c8455

Please sign in to comment.