1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Move build/android directory to root of project (#11283)

This commit is contained in:
NeroBurner
2021-06-21 21:51:42 +02:00
committed by GitHub
parent 7fdbf3f231
commit a7143c2a8c
53 changed files with 224 additions and 223 deletions

2
android/settings.gradle Normal file
View File

@@ -0,0 +1,2 @@
rootProject.name = "Minetest"
include ':app', ':native'