Skip to content

Commit 4f07c0e

Browse files
JNI Libs version up
1 parent b562170 commit 4f07c0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

realtimecutvadlibrary/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ dependencies {
7575
// jniLibs のダウンロードタスク
7676
// -----------------------------
7777
val mainDir = file("${projectDir}/src/main/")
78-
val jniLibsZip = file("${projectDir}/jniLibs.zip")
78+
val jniLibsZip = file("${projectDir}/RealTimeCutVADCXXLibrary.jniLibs.zip")
7979

8080
tasks.register("downloadJniLibs") {
8181
doLast {
8282
if (!jniLibsZip.exists()) {
83-
val url = URI("https://github.com/helloooideeeeea/RealTimeCutVADLibraryForXCFramework/releases/download/v1.0.1/jniLibs.zip").toURL()
83+
val url = URI("https://github.com/helloooideeeeea/RealTimeCutVADCXXLibrary/releases/download/v1.0.2/RealTimeCutVADCXXLibrary.jniLibs.zip").toURL()
8484
println("Downloading jniLibs from $url")
8585

8686
url.openStream().use { input ->
@@ -114,7 +114,7 @@ afterEvaluate {
114114

115115
groupId = "com.github.helloooideeeeea"
116116
artifactId = "realtimecutvadlibrary"
117-
version = "1.0.1"
117+
version = "1.0.2"
118118

119119
pom {
120120
name.set("RealTimeCutVADLibrary")

0 commit comments

Comments
 (0)