mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-18 15:45:26 +01:00
Android: Update build system for ndk-r15x
Add workarounds for ndk-r16.
This commit is contained in:
@@ -16,8 +16,8 @@ android {
|
||||
defaultConfig {
|
||||
versionCode 17
|
||||
versionName "${System.env.VERSION_STR}.${versionCode}"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 9
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 14
|
||||
applicationId "net.minetest.minetest"
|
||||
manifestPlaceholders = [ package: "net.minetest.minetest", project: project.name ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user