mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
new sdk
This commit is contained in:
parent
3b1ae5bd42
commit
f4bec3160d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ android {
|
|||
applicationId 'net.minetest.minetest'
|
||||
minSdkVersion 21
|
||||
compileSdk 34
|
||||
targetSdkVersion 34
|
||||
targetSdkVersion 35
|
||||
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
|
||||
versionCode versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue