mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Amend Android dev documentation
This commit is contained in:
parent
4660310db6
commit
8ff0e1da15
4 changed files with 68 additions and 46 deletions
|
@ -108,6 +108,10 @@ task prepareAssets() {
|
|||
preBuild.dependsOn zipAssets
|
||||
prepareAssets.dependsOn ':native:getDeps'
|
||||
|
||||
clean {
|
||||
delete new File("src/main/assets", "Minetest.zip")
|
||||
}
|
||||
|
||||
// Map for the version code that gives each ABI a value.
|
||||
import com.android.build.OutputFile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue