We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857ba25 commit f61f662Copy full SHA for f61f662
android/native/build.gradle
@@ -52,7 +52,7 @@ if (new File(depsDir, 'armeabi-v7a').exists()) {
52
task downloadDeps(type: Download) {
53
def depsZip = new File(buildDir, 'deps.zip')
54
55
- src 'https://github.com/minetest/minetest_android_deps/releases/download/latest/deps.zip'
+ src 'https://github.com/minetest/minetest_android_deps/releases/download/5.8.0/deps.zip'
56
dest depsZip
57
overwrite false
58
0 commit comments