This website requires JavaScript.
Explore
Minetest
Help
Sign In
minenux
/
minetest-engine-multicraft2
Watch
1
Star
0
Fork
You've already forked minetest-engine-multicraft2
0
Code
Releases
Activity
3c65d1acec
minetest-engine-multicraft2
/
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'