Skip to content

Commit

Permalink
Prepare next development cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Apr 14, 2024
1 parent 1602b8b commit 9796bf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// swift-tools-version:5.3
import PackageDescription

let remoteKotlinUrl = "https://repo1.maven.org/maven2/sh/christian/ozone/bluesky-kmmbridge/0.0.9/bluesky-kmmbridge-0.0.9.zip"
let remoteKotlinChecksum = "caea969892d98fd9165ca2afecbd8d7d5d5888223c0c37f74e44d2cf1afbdf6b"
let packageName = "BlueskyAPI"

let package = Package(
Expand All @@ -19,9 +17,8 @@ let package = Package(
targets: [
.binaryTarget(
name: packageName,
url: remoteKotlinUrl,
checksum: remoteKotlinChecksum
path: "./bluesky/build/XCFrameworks/debug/\(packageName).xcframework"
)
,
]
)
)
2 changes: 1 addition & 1 deletion generator/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POM_GROUP_ID=sh.christian.ozone
POM_VERSION=0.0.9
POM_VERSION=0.0.10-SNAPSHOT
POM_NAME=
POM_DESCRIPTION=

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POM_GROUP_ID=sh.christian.ozone
POM_VERSION=0.0.9
POM_VERSION=0.0.10-SNAPSHOT
POM_NAME=
POM_DESCRIPTION=

Expand Down

0 comments on commit 9796bf9

Please sign in to comment.