Skip to content

Commit

Permalink
Switch back to official deps repo
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp committed Mar 27, 2024
1 parent ffa0c32 commit 49f76d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ if (new File(depsDir, 'armeabi-v7a').exists()) {
task downloadDeps(type: Download) {
def depsZip = new File(buildDir, 'deps.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'
src 'https://github.com/minetest/minetest_android_deps/releases/download/latest/deps-lite.zip'
dest depsZip
overwrite false

Expand Down

0 comments on commit 49f76d8

Please sign in to comment.