File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ dependencies {
7575// jniLibs のダウンロードタスク
7676// -----------------------------
7777val mainDir = file(" ${projectDir} /src/main/" )
78- val jniLibsZip = file(" ${projectDir} /jniLibs.zip" )
78+ val jniLibsZip = file(" ${projectDir} /RealTimeCutVADCXXLibrary. jniLibs.zip" )
7979
8080tasks.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" )
You can’t perform that action at this time.
0 commit comments