Change Android package name
This commit is contained in:
parent
1fa149e134
commit
c80b1e61ed
@ -29,12 +29,12 @@ android {
|
||||
buildToolsVersion "28.0.3"
|
||||
|
||||
defaultConfig {
|
||||
versionCode 22
|
||||
versionCode 1
|
||||
versionName "${System.env.VERSION_STR}.${versionCode}"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 28
|
||||
applicationId "net.minetest.minetest"
|
||||
manifestPlaceholders = [package: "net.minetest.minetest", project: project.name]
|
||||
applicationId "io.github.luk3yx.minetest4"
|
||||
manifestPlaceholders = [package: "io.github.luk3yx.minetest4", project: project.name]
|
||||
ndk {
|
||||
// Specifies the ABI configurations of your native
|
||||
// libraries Gradle should build and package with your APK.
|
||||
|
Loading…
x
Reference in New Issue
Block a user