Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore: release v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Aug 9, 2023
1 parent 71d819b commit e5366dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ archs.forEach { arch ->
)
.directory(File("uplink"))
pb.environment().let {
it["ANDROID_NDK_HOME"] = "${it["HOME"]}/Android/Sdk/ndk/25.0.8775105"
it["ANDROID_NDK_HOME"] = "${it["HOME"]}/Android/Sdk/ndk/25.2.9519653"
}

val process = pb.start()
Expand Down Expand Up @@ -92,7 +92,7 @@ archs.forEach { arch ->
)
.directory(root.resolve("utilities").toFile())
pb.environment().let {
it["ANDROID_NDK_HOME"] = "${it["HOME"]}/Android/Sdk/ndk/25.0.8775105"
it["ANDROID_NDK_HOME"] = "${it["HOME"]}/Android/Sdk/ndk/25.2.9519653"
}

val process = pb.start()
Expand Down Expand Up @@ -181,4 +181,4 @@ tasks.create("buildArtifacts") {
fun<T> trace(value: T) : T {
println(value)
return value
}
}
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[toolchain]
channel = "1.71"
channel = "nightly-2023-06-15"
targets = [
"x86_64-linux-android",
"i686-linux-android",
"aarch64-linux-android",
"armv7-linux-androideabi"
]
profile = "minimal"
profile = "minimal"

0 comments on commit e5366dc

Please sign in to comment.