Skip to content

Commit

Permalink
wrong soloud version, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Oct 21, 2024
1 parent 8f7432e commit d69ed63
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ task preJni{

if(!file("csrc/soloud").exists()){
println "Fetching soloud source..."
"git clone --depth 1 --branch v0.10 https://github.com/Anuken/soloud.git $rootDir/arc-core/csrc/soloud".execute().waitFor()
"git clone --depth 1 --branch v0.11 https://github.com/Anuken/soloud.git $rootDir/arc-core/csrc/soloud".execute().waitFor()
}

copy{
Expand Down
Binary file modified natives/natives-android/libs/arm64-v8a/libarc.so
Binary file not shown.
Binary file modified natives/natives-android/libs/armeabi-v7a/libarc.so
Binary file not shown.
Binary file modified natives/natives-android/libs/x86/libarc.so
Binary file not shown.
Binary file modified natives/natives-android/libs/x86_64/libarc.so
Binary file not shown.

0 comments on commit d69ed63

Please sign in to comment.