Change Android package name

This commit is contained in:
luk3yx 2019-03-17 14:32:35 +13:00
parent 1fa149e134
commit c80b1e61ed

View File

@ -29,12 +29,12 @@ android {
buildToolsVersion "28.0.3" buildToolsVersion "28.0.3"
defaultConfig { defaultConfig {
versionCode 22 versionCode 1
versionName "${System.env.VERSION_STR}.${versionCode}" versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 28 targetSdkVersion 28
applicationId "net.minetest.minetest" applicationId "io.github.luk3yx.minetest4"
manifestPlaceholders = [package: "net.minetest.minetest", project: project.name] manifestPlaceholders = [package: "io.github.luk3yx.minetest4", project: project.name]
ndk { ndk {
// Specifies the ABI configurations of your native // Specifies the ABI configurations of your native
// libraries Gradle should build and package with your APK. // libraries Gradle should build and package with your APK.