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.