File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
3738configure<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) {
You can’t perform that action at this time.
0 commit comments