1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-02 08:15:28 +01: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 rubenwardy
parent b2596eda32
commit 27f4195471
54 changed files with 367 additions and 236 deletions

2
android/settings.gradle Normal file
View File

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