Skip to content

Commit

Permalink
Deps?
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp committed Mar 26, 2024
1 parent e31511d commit 1c30c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ 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-lite.zip'
// TODO: change this back to minetest/minetest_android_deps once ready
src 'https://github.com/grorp/minetest_android_deps/releases/download/latest/deps-lite.zip'
dest depsZip
overwrite false

Expand Down

0 comments on commit 1c30c79

Please sign in to comment.