Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Aug 13, 2023
1 parent 60727da commit 30a0e9a
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 9 deletions.
11 changes: 3 additions & 8 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,14 @@ object Targets {
}

kotlin {
jvm {
compilations.all {
kotlinOptions.jvmTarget = "11"
}
withJava()
}
jvm()
js(IR) {
browser {
testTask {
testTask(Action {
useMocha {
timeout = "20s"
}
}
})
}
}
val darwinTargets = mutableListOf<KotlinNativeTarget>()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4g

# Publishing : Required
GROUP=io.eqoty.secretk
VERSION_NAME=5.0.0
VERSION_NAME=5.0.1

# Publishing : Optional
POM_NAME=secretk
Expand Down
10 changes: 10 additions & 0 deletions secretk.xcframework/ios-arm64/client.framework/Headers/client.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 30a0e9a

Please sign in to comment.