Skip to content

Commit f61f662

Browse files
committed
Fix Android build for 5.8.1
1 parent 857ba25 commit f61f662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/native/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (new File(depsDir, 'armeabi-v7a').exists()) {
5252
task downloadDeps(type: Download) {
5353
def depsZip = new File(buildDir, 'deps.zip')
5454

55-
src 'https://github.com/minetest/minetest_android_deps/releases/download/latest/deps.zip'
55+
src 'https://github.com/minetest/minetest_android_deps/releases/download/5.8.0/deps.zip'
5656
dest depsZip
5757
overwrite false
5858

0 commit comments

Comments
 (0)