This website requires JavaScript.
Explore
Minetest
Help
Sign In
Oblomov
/
minetest
Watch
1
Star
0
Fork
You've already forked minetest
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0d128ab344
minetest
/
build
/
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 11:14:04 -07:00
rootProject
.
name
=
"Minetest"
Android: add Android Studio support, completely redone java part (#9066)
2020-04-15 07:27:40 -07:00
include
':app'
,
':native'