mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Fix Android build for 5.8.1
This commit is contained in:
@ -52,7 +52,7 @@ if (new File(depsDir, 'armeabi-v7a').exists()) {
|
||||
task downloadDeps(type: Download) {
|
||||
def depsZip = new File(buildDir, 'deps.zip')
|
||||
|
||||
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'
|
||||
dest depsZip
|
||||
overwrite false
|
||||
|
||||
|
Reference in New Issue
Block a user