This website requires JavaScript.
Explore
Help
Sign in
oss
/
luanti
Watch
1
Star
0
Fork
You've already forked luanti
0
mirror of
https://github.com/luanti-org/luanti.git
synced
2025-06-27 16:36:03 +00:00
Code
Wiki
Activity
b7073df68c
luanti
/
android
/
settings.gradle
3 lines
56 B
Groovy
Raw
Normal View
History
Unescape
Escape
Upgrade Android build to Gradle build system The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory.
2016-04-13 14:14:04 -04:00
rootProject
.
name
=
"Minetest"
Android: add Android Studio support, completely redone java part (#9066)
2020-04-15 16:27:40 +02:00
include
':app'
,
':native'
Copy permalink