From c80b1e61edd75cf1dda200f121fe2a7a02a6ce47 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Sun, 17 Mar 2019 14:32:35 +1300 Subject: [PATCH] Change Android package name --- build/android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/android/build.gradle b/build/android/build.gradle index d082585f9..b6c0d6a04 100644 --- a/build/android/build.gradle +++ b/build/android/build.gradle @@ -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.