Skip to content

Commit aed8c34

Browse files
Update Package.swift and build.gradle.kts for release 0.0.6
1 parent c7ff817 commit aed8c34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
.binaryTarget(
3131
name: "mobileproxy",
3232
url: "https://github.com/Jigsaw-Code/outline-sdk-mobileproxy/releases/download/0.0.6/mobileproxy.xcframework.zip",
33-
checksum: "9e6b02b698c735df71a376af0ae742635d96313018b2fe5bdb66f5569088872c"
33+
checksum: "9d2d590924c9db760f8becdffff16187f021a8f2e9d08af80212c9385ff6629a"
3434
)
3535
]
3636
)

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@ val downloadRelease by tasks.register<Exec>("downloadMobileproxyRelease") {
3030
"curl",
3131
"-L",
3232
"-o", aarFile.get().asFile.path,
33+
// We must compile this tag, as 'gradle.properties' is overwritten by jitpack
3334
"https://github.com/Jigsaw-Code/outline-sdk-mobileproxy/releases/download/0.0.6/mobileproxy.aar"
3435
)
3536
}
3637

3738
configure<PublishingExtension> {
3839
publications {
3940
create<MavenPublication>("release") {
40-
groupId = "com.github.jigsaw-code"
41+
groupId = "com.github.Jigsaw-Code"
4142
artifactId = "mobileproxy"
4243

4344
artifact(aarFile) {

0 commit comments

Comments
 (0)